Html Css Color HEX #016A74 Blue Lagoon

📋 copy color: '#016A74'

red 1 ◦ green 106 ◦ blue 116

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

Shades of Blue Lagoon #016A74

Tints of Blue Lagoon #016A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 0.45%
G = 47.53%
B = 52.02%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016A74 (or 0x016A74) is known color: Blue Lagoon. HEX triplet: 01, 6A and 74. RGB value is (1,106,116). Sum of RGB (Red+Green+Blue) = 1+106+116=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #016A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A74 is #FE958B. Grayscale: #4B4B4B. Windows color (decimal): -16684428 or 7629313. OLE color: 7629313.

HSL color Cylindrical-coordinate representation of color #016A74: hue angle of 185.22º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A74 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 106 116 -
CMYK 0.99 0.09 0 0.55
HSL 185.22º 0.98% 0.23% -
HSV(B) 185.22º 0.99% 0.45% -
XYZ 8.32 11.58 18.32 -
YUV 75.75 150.71 74.69 -
System Red Green Blue C M Y K H S L
Decimal 1 106 116 0.99 0.09 0 0.55 185.22 0.98 0.23
Hex 1 6A 74 63 9 0 37 B9 62 17
Octal 1 152 164 143 11 0 67 271 142 27
Binary 1 1101010 1110100 1100011 1001 0 110111 10111001 1100010 10111

Color Harmonies of #016A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A74

Black with #016A74

Text Example


Text Example

White with #016A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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