Html Css Color HEX #016072 Blue Lagoon

📋 copy color: '#016072'

red 1 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #016072

Tints of Blue Lagoon #016072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 0.47%
G = 45.5%
B = 54.03%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016072 (or 0x016072) is known color: Blue Lagoon. HEX triplet: 01, 60 and 72. RGB value is (1,96,114). Sum of RGB (Red+Green+Blue) = 1+96+114=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #016072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016072 is #FE9F8D. Grayscale: #454545. Windows color (decimal): -16686990 or 7495681. OLE color: 7495681.

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

Color convert

RGB 1 96 114 -
CMYK 0.99 0.16 0 0.55
HSL 189.56º 0.98% 0.23% -
HSV(B) 189.56º 0.99% 0.45% -
XYZ 7.23 9.59 17.39 -
YUV 69.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 1 96 114 0.99 0.16 0 0.55 189.56 0.98 0.23
Hex 1 60 72 63 10 0 37 BE 62 17
Octal 1 140 162 143 20 0 67 276 142 27
Binary 1 1100000 1110010 1100011 10000 0 110111 10111110 1100010 10111

Color Harmonies of #016072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016072

Black with #016072

Text Example


Text Example

White with #016072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016072; }

 p { color: rgb(1,96,114); }

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

background-color css

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

 a { background-color: rgb(1,96,114); }

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

border-color css

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

 span { border-color: rgb(1,96,114); }

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