Html Css Color HEX #016173 Blue Lagoon

📋 copy color: '#016173'

red 1 ◦ green 97 ◦ blue 115

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

Shades of Blue Lagoon #016173

Tints of Blue Lagoon #016173

RGB

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

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

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

R = 0.47%
G = 45.54%
B = 53.99%

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

#016173 (or 0x016173) is known color: Blue Lagoon. HEX triplet: 01, 61 and 73. RGB value is (1,97,115). Sum of RGB (Red+Green+Blue) = 1+97+115=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #016173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016173 is #FE9E8C. Grayscale: #464646. Windows color (decimal): -16686733 or 7561473. OLE color: 7561473.

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

Color convert

RGB 1 97 115 -
CMYK 0.99 0.16 0 0.55
HSL 189.47º 0.98% 0.23% -
HSV(B) 189.47º 0.99% 0.45% -
XYZ 7.38 9.79 17.72 -
YUV 70.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 1 97 115 0.99 0.16 0 0.55 189.47 0.98 0.23
Hex 1 61 73 63 10 0 37 BD 62 17
Octal 1 141 163 143 20 0 67 275 142 27
Binary 1 1100001 1110011 1100011 10000 0 110111 10111101 1100010 10111

Color Harmonies of #016173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016173

Black with #016173

Text Example


Text Example

White with #016173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016173; }

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

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

background-color css

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

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

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

border-color css

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

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

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