Html Css Color HEX #016470 Blue Lagoon

📋 copy color: '#016470'

red 1 ◦ green 100 ◦ blue 112

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

Shades of Blue Lagoon #016470

Tints of Blue Lagoon #016470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.95%

 BLUE value IS 112 (44.14% from 255) = 52.58%

R = 0.47%
G = 46.95%
B = 52.58%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016470 (or 0x016470) is known color: Blue Lagoon. HEX triplet: 01, 64 and 70. RGB value is (1,100,112). Sum of RGB (Red+Green+Blue) = 1+100+112=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #016470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016470 is #FE9B8F. Grayscale: #474747. Windows color (decimal): -16685968 or 7365633. OLE color: 7365633.

HSL color Cylindrical-coordinate representation of color #016470: hue angle of 186.49º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016470 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 100 112 -
CMYK 0.99 0.11 0 0.56
HSL 186.49º 0.98% 0.22% -
HSV(B) 186.49º 0.99% 0.44% -
XYZ 7.49 10.29 16.92 -
YUV 71.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 1 100 112 0.99 0.11 0 0.56 186.49 0.98 0.22
Hex 1 64 70 63 B 0 38 BA 62 16
Octal 1 144 160 143 13 0 70 272 142 26
Binary 1 1100100 1110000 1100011 1011 0 111000 10111010 1100010 10110

Color Harmonies of #016470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016470

Black with #016470

Text Example


Text Example

White with #016470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016470; }

 p { color: rgb(1,100,112); }

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

background-color css

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

 a { background-color: rgb(1,100,112); }

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

border-color css

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

 span { border-color: rgb(1,100,112); }

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