#1C789E

Color #1C789E Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #1C789E

Tints of Lochmara #1C789E

Color information

#1C789E (or 0x1C789E) is unknown color: approx Lochmara. HEX triplet: 1C, 78 and 9E. RGB value is (28,120,158). Sum of RGB (Red+Green+Blue) = 28+120+158=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C789E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C789E is #E38761. Grayscale: #606060. Windows color (decimal): -14911330 or 10385436. OLE color: 10385436.

HSL color Cylindrical-coordinate representation of color #1C789E: hue angle of 197.54º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C789E is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB28120158-
CMYK0.820.2400.38
HSL197.54º69.89%36.47%-
HSV(B)197.54º82.28%61.96%-
XYZ13.3716.1534.76-
YUV96.82162.5278.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 9.15%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=9.15%
G=39.22%
B=51.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal281201580.820.2400.38197.5469.8936.47
Hex1C789E5218026c64624
Octal341702361223004630610644
Binary111001111000100111101010010110000100110110001101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C789E; }

 p { color: rgb(28,120,158); }

 H1.HeaderClassName
 {
   color: #1C789E;
 }
 .AnyTagClassName
 {
   color: #1C789E;
 }
</style>
background-color css

<style>
 a { background-color: #1C789E; }

 a { background-color: rgb(28,120,158); }

 div.DivClassName
 {
   background-color: #1C789E;
 }
 .BgClassName
 {
   background-color: #1C789E;
 }
</style>
border-color css

<style>
 span { border-color: #1C789E; }

 span { border-color: rgb(28,120,158); }

 td.TdClassName
 {
   border-color: #1C789E;
 }
 .TagClassName
 {
   border-color: #1C789E;
 }
</style>