#1C779B

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

Shades of Lochmara #1C779B

Tints of Lochmara #1C779B

Color information

#1C779B (or 0x1C779B) is unknown color: approx Lochmara. HEX triplet: 1C, 77 and 9B. RGB value is (28,119,155). Sum of RGB (Red+Green+Blue) = 28+119+155=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C779B is #E38864. Grayscale: #5F5F5F. Windows color (decimal): -14911589 or 10188572. OLE color: 10188572.

HSL color Cylindrical-coordinate representation of color #1C779B: hue angle of 197.01º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C779B is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB28119155-
CMYK0.820.2300.39
HSL197.01º69.4%35.88%-
HSV(B)197.01º81.94%60.78%-
XYZ12.9915.8133.38-
YUV95.9161.3579.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.27%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=9.27%
G=39.40%
B=51.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281191550.820.2300.39197.0169.435.88
Hex1C779B5217027c54524
Octal341672331222704730510544
Binary111001110111100110111010010101110100111110001011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,119,155); }

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

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

 a { background-color: rgb(28,119,155); }

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

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

 span { border-color: rgb(28,119,155); }

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