Html Css Color HEX #016172 Blue Lagoon

📋 copy color: '#016172'

red 1 ◦ green 97 ◦ blue 114

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

Shades of Blue Lagoon #016172

Tints of Blue Lagoon #016172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

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

R = 0.47%
G = 45.75%
B = 53.77%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016172 (or 0x016172) is known color: Blue Lagoon. HEX triplet: 01, 61 and 72. RGB value is (1,97,114). Sum of RGB (Red+Green+Blue) = 1+97+114=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #016172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016172 is #FE9E8D. Grayscale: #464646. Windows color (decimal): -16686734 or 7495937. OLE color: 7495937.

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

Color convert

RGB 1 97 114 -
CMYK 0.99 0.15 0 0.55
HSL 189.03º 0.98% 0.23% -
HSV(B) 189.03º 0.99% 0.45% -
XYZ 7.32 9.77 17.42 -
YUV 70.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 1 97 114 0.99 0.15 0 0.55 189.03 0.98 0.23
Hex 1 61 72 63 F 0 37 BD 62 17
Octal 1 141 162 143 17 0 67 275 142 27
Binary 1 1100001 1110010 1100011 1111 0 110111 10111101 1100010 10111

Color Harmonies of #016172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016172

Black with #016172

Text Example


Text Example

White with #016172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016172; }

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

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

background-color css

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

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

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

border-color css

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

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

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