Html Css Color HEX #1C779C Lochmara

📋 copy color: '#1C779C'

red 28 ◦ green 119 ◦ blue 156

#1C779C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #1C779C

Tints of Lochmara #1C779C

RGB

 RED value IS 28 (11.33% from 255) = 9.24%

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 9.24%
G = 39.27%
B = 51.49%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C779C (or 0x1C779C) is known color: Lochmara. HEX triplet: 1C, 77 and 9C. RGB value is (28,119,156). Sum of RGB (Red+Green+Blue) = 28+119+156=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C779C is #E38863. Grayscale: #5F5F5F. Windows color (decimal): -14911588 or 10254108. OLE color: 10254108.

HSL color Cylindrical-coordinate representation of color #1C779C: hue angle of 197.34º degrees, saturation: 0.7, 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 #1C779C is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 119 156 -
CMYK 0.82 0.24 0 0.39
HSL 197.34º 0.7% 0.36% -
HSV(B) 197.34º 0.82% 0.61% -
XYZ 13.08 15.84 33.82 -
YUV 96.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 28 119 156 0.82 0.24 0 0.39 197.34 0.7 0.36
Hex 1C 77 9C 52 18 0 27 C5 46 24
Octal 34 167 234 122 30 0 47 305 106 44
Binary 11100 1110111 10011100 1010010 11000 0 100111 11000101 1000110 100100

Color Harmonies of #1C779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C779C

Black with #1C779C

Text Example


Text Example

White with #1C779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C779C;
 }
 .AnyTagClassName
 {
   color: #1C779C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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