Html Css Color HEX #016973 Blue Lagoon

📋 copy color: '#016973'

red 1 ◦ green 105 ◦ blue 115

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

Shades of Blue Lagoon #016973

Tints of Blue Lagoon #016973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 0.45%
G = 47.51%
B = 52.04%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016973 (or 0x016973) is known color: Blue Lagoon. HEX triplet: 01, 69 and 73. RGB value is (1,105,115). Sum of RGB (Red+Green+Blue) = 1+105+115=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #016973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016973 is #FE968C. Grayscale: #4A4A4A. Windows color (decimal): -16684685 or 7563521. OLE color: 7563521.

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

Color convert

RGB 1 105 115 -
CMYK 0.99 0.09 0 0.55
HSL 185.26º 0.98% 0.23% -
HSV(B) 185.26º 0.99% 0.45% -
XYZ 8.16 11.35 17.98 -
YUV 75.04 150.54 75.19 -
System Red Green Blue C M Y K H S L
Decimal 1 105 115 0.99 0.09 0 0.55 185.26 0.98 0.23
Hex 1 69 73 63 9 0 37 B9 62 17
Octal 1 151 163 143 11 0 67 271 142 27
Binary 1 1101001 1110011 1100011 1001 0 110111 10111001 1100010 10111

Color Harmonies of #016973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016973

Black with #016973

Text Example


Text Example

White with #016973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016973; }

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

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

background-color css

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

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

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

border-color css

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

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

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