Html Css Color HEX #1C779E Lochmara

📋 copy color: '#1C779E'

red 28 ◦ green 119 ◦ blue 158

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

Shades of Lochmara #1C779E

Tints of Lochmara #1C779E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 9.18%
G = 39.02%
B = 51.8%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C779E (or 0x1C779E) is known color: Lochmara. HEX triplet: 1C, 77 and 9E. RGB value is (28,119,158). Sum of RGB (Red+Green+Blue) = 28+119+158=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C779E is #E38861. Grayscale: #5F5F5F. Windows color (decimal): -14911586 or 10385180. OLE color: 10385180.

HSL color Cylindrical-coordinate representation of color #1C779E: hue angle of 198º 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 #1C779E is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 119 158 -
CMYK 0.82 0.25 0 0.38
HSL 198º 0.7% 0.36% -
HSV(B) 198º 0.82% 0.62% -
XYZ 13.25 15.91 34.72 -
YUV 96.24 162.85 79.33 -
System Red Green Blue C M Y K H S L
Decimal 28 119 158 0.82 0.25 0 0.38 198 0.7 0.36
Hex 1C 77 9E 52 19 0 26 C6 46 24
Octal 34 167 236 122 31 0 46 306 106 44
Binary 11100 1110111 10011110 1010010 11001 0 100110 11000110 1000110 100100

Color Harmonies of #1C779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C779E

Black with #1C779E

Text Example


Text Example

White with #1C779E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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