Html Css Color HEX #016972 Blue Lagoon

📋 copy color: '#016972'

red 1 ◦ green 105 ◦ blue 114

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

Shades of Blue Lagoon #016972

Tints of Blue Lagoon #016972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

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

R = 0.45%
G = 47.73%
B = 51.82%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016972 (or 0x016972) is known color: Blue Lagoon. HEX triplet: 01, 69 and 72. RGB value is (1,105,114). Sum of RGB (Red+Green+Blue) = 1+105+114=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #016972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016972 is #FE968D. Grayscale: #4A4A4A. Windows color (decimal): -16684686 or 7497985. OLE color: 7497985.

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

Color convert

RGB 1 105 114 -
CMYK 0.99 0.08 0 0.55
HSL 184.78º 0.98% 0.23% -
HSV(B) 184.78º 0.99% 0.45% -
XYZ 8.1 11.32 17.68 -
YUV 74.93 150.04 75.27 -
System Red Green Blue C M Y K H S L
Decimal 1 105 114 0.99 0.08 0 0.55 184.78 0.98 0.23
Hex 1 69 72 63 8 0 37 B9 62 17
Octal 1 151 162 143 10 0 67 271 142 27
Binary 1 1101001 1110010 1100011 1000 0 110111 10111001 1100010 10111

Color Harmonies of #016972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016972

Black with #016972

Text Example


Text Example

White with #016972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016972; }

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

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

background-color css

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

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

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

border-color css

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

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

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