Html Css Color HEX #016A78 Blue Lagoon

📋 copy color: '#016A78'

red 1 ◦ green 106 ◦ blue 120

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

Shades of Blue Lagoon #016A78

Tints of Blue Lagoon #016A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.7%

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

R = 0.44%
G = 46.7%
B = 52.86%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016A78 (or 0x016A78) is known color: Blue Lagoon. HEX triplet: 01, 6A and 78. RGB value is (1,106,120). Sum of RGB (Red+Green+Blue) = 1+106+120=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #016A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A78 is #FE9587. Grayscale: #4C4C4C. Windows color (decimal): -16684424 or 7891457. OLE color: 7891457.

HSL color Cylindrical-coordinate representation of color #016A78: hue angle of 187.06º 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 #016A78 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 106 120 -
CMYK 0.99 0.12 0 0.53
HSL 187.06º 0.98% 0.24% -
HSV(B) 187.06º 0.99% 0.47% -
XYZ 8.56 11.67 19.57 -
YUV 76.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 1 106 120 0.99 0.12 0 0.53 187.06 0.98 0.24
Hex 1 6A 78 63 C 0 35 BB 62 18
Octal 1 152 170 143 14 0 65 273 142 30
Binary 1 1101010 1111000 1100011 1100 0 110101 10111011 1100010 11000

Color Harmonies of #016A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A78

Black with #016A78

Text Example


Text Example

White with #016A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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