Html Css Color HEX #016473 Blue Lagoon

📋 copy color: '#016473'

red 1 ◦ green 100 ◦ blue 115

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

Shades of Blue Lagoon #016473

Tints of Blue Lagoon #016473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

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

R = 0.46%
G = 46.3%
B = 53.24%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016473 (or 0x016473) is known color: Blue Lagoon. HEX triplet: 01, 64 and 73. RGB value is (1,100,115). Sum of RGB (Red+Green+Blue) = 1+100+115=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #016473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016473 is #FE9B8C. Grayscale: #474747. Windows color (decimal): -16685965 or 7562241. OLE color: 7562241.

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

Color convert

RGB 1 100 115 -
CMYK 0.99 0.13 0 0.55
HSL 187.89º 0.98% 0.23% -
HSV(B) 187.89º 0.99% 0.45% -
XYZ 7.66 10.36 17.82 -
YUV 72.11 152.2 77.28 -
System Red Green Blue C M Y K H S L
Decimal 1 100 115 0.99 0.13 0 0.55 187.89 0.98 0.23
Hex 1 64 73 63 D 0 37 BC 62 17
Octal 1 144 163 143 15 0 67 274 142 27
Binary 1 1100100 1110011 1100011 1101 0 110111 10111100 1100010 10111

Color Harmonies of #016473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016473

Black with #016473

Text Example


Text Example

White with #016473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016473; }

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

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

background-color css

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

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

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

border-color css

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

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

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