Html Css Color HEX #016570 Blue Lagoon

📋 copy color: '#016570'

red 1 ◦ green 101 ◦ blue 112

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

Shades of Blue Lagoon #016570

Tints of Blue Lagoon #016570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.2%

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

R = 0.47%
G = 47.2%
B = 52.34%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016570 (or 0x016570) is known color: Blue Lagoon. HEX triplet: 01, 65 and 70. RGB value is (1,101,112). Sum of RGB (Red+Green+Blue) = 1+101+112=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #016570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016570 is #FE9A8F. Grayscale: #484848. Windows color (decimal): -16685712 or 7365889. OLE color: 7365889.

HSL color Cylindrical-coordinate representation of color #016570: hue angle of 185.95º 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 #016570 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 101 112 -
CMYK 0.99 0.10 0 0.56
HSL 185.95º 0.98% 0.22% -
HSV(B) 185.95º 0.99% 0.44% -
XYZ 7.59 10.48 16.95 -
YUV 72.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 1 101 112 0.99 0.10 0 0.56 185.95 0.98 0.22
Hex 1 65 70 63 A 0 38 BA 62 16
Octal 1 145 160 143 12 0 70 272 142 26
Binary 1 1100101 1110000 1100011 1010 0 111000 10111010 1100010 10110

Color Harmonies of #016570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016570

Black with #016570

Text Example


Text Example

White with #016570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016570; }

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

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

background-color css

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

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

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

border-color css

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

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

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