Html Css Color HEX #016C78 Blue Lagoon

📋 copy color: '#016C78'

red 1 ◦ green 108 ◦ blue 120

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

Shades of Blue Lagoon #016C78

Tints of Blue Lagoon #016C78

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 108 (42.58% from 255) = 47.16%

 BLUE value IS 120 (47.27% from 255) = 52.4%

R = 0.44%
G = 47.16%
B = 52.4%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016C78 (or 0x016C78) is known color: Blue Lagoon. HEX triplet: 01, 6C and 78. RGB value is (1,108,120). Sum of RGB (Red+Green+Blue) = 1+108+120=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #016C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C78 is #FE9387. Grayscale: #4D4D4D. Windows color (decimal): -16683912 or 7891969. OLE color: 7891969.

HSL color Cylindrical-coordinate representation of color #016C78: hue angle of 186.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C78 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 108 120 -
CMYK 0.99 0.10 0 0.53
HSL 186.05º 0.98% 0.24% -
HSV(B) 186.05º 0.99% 0.47% -
XYZ 8.77 12.09 19.64 -
YUV 77.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 1 108 120 0.99 0.10 0 0.53 186.05 0.98 0.24
Hex 1 6C 78 63 A 0 35 BA 62 18
Octal 1 154 170 143 12 0 65 272 142 30
Binary 1 1101100 1111000 1100011 1010 0 110101 10111010 1100010 11000

Color Harmonies of #016C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C78

Black with #016C78

Text Example


Text Example

White with #016C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016C78; }

 p { color: rgb(1,108,120); }

 H1.HeaderClassName
 {
   color: #016C78;
 }
 .AnyTagClassName
 {
   color: #016C78;
 }
</style>

background-color css

<style>
 a { background-color: #016C78; }

 a { background-color: rgb(1,108,120); }

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

border-color css

<style>
 span { border-color: #016C78; }

 span { border-color: rgb(1,108,120); }

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