Html Css Color HEX #016573 Blue Lagoon

📋 copy color: '#016573'

red 1 ◦ green 101 ◦ blue 115

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

Shades of Blue Lagoon #016573

Tints of Blue Lagoon #016573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.54%

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

R = 0.46%
G = 46.54%
B = 53%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016573 (or 0x016573) is known color: Blue Lagoon. HEX triplet: 01, 65 and 73. RGB value is (1,101,115). Sum of RGB (Red+Green+Blue) = 1+101+115=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #016573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016573 is #FE9A8C. Grayscale: #484848. Windows color (decimal): -16685709 or 7562497. OLE color: 7562497.

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

Color convert

RGB 1 101 115 -
CMYK 0.99 0.12 0 0.55
HSL 187.37º 0.98% 0.23% -
HSV(B) 187.37º 0.99% 0.45% -
XYZ 7.76 10.55 17.85 -
YUV 72.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 1 101 115 0.99 0.12 0 0.55 187.37 0.98 0.23
Hex 1 65 73 63 C 0 37 BB 62 17
Octal 1 145 163 143 14 0 67 273 142 27
Binary 1 1100101 1110011 1100011 1100 0 110111 10111011 1100010 10111

Color Harmonies of #016573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016573

Black with #016573

Text Example


Text Example

White with #016573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016573; }

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

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

background-color css

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

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

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

border-color css

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

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

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