Html Css Color HEX #005473 Blue Lagoon

📋 copy color: '#005473'

red 0 ◦ green 84 ◦ blue 115

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

Shades of Blue Lagoon #005473

Tints of Blue Lagoon #005473

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 84 (33.2% from 255) = 42.21%

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

R = 0%
G = 42.21%
B = 57.79%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005473 (or 0x005473) is known color: Blue Lagoon. HEX triplet: 00, 54 and 73. RGB value is (0,84,115). Sum of RGB (Red+Green+Blue) = 0+84+115=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #005473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005473 is #FFAB8C. Grayscale: #3E3E3E. Windows color (decimal): -16755597 or 7558144. OLE color: 7558144.

HSL color Cylindrical-coordinate representation of color #005473: hue angle of 196.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005473 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 84 115 -
CMYK 1 0.27 0 0.55
HSL 196.17º 1% 0.23% -
HSV(B) 196.17º 1% 0.45% -
XYZ 6.26 7.58 17.35 -
YUV 62.42 157.67 83.48 -
System Red Green Blue C M Y K H S L
Decimal 0 84 115 1 0.27 0 0.55 196.17 1 0.23
Hex 0 54 73 64 1B 0 37 C4 64 17
Octal 0 124 163 144 33 0 67 304 144 27
Binary 0 1010100 1110011 1100100 11011 0 110111 11000100 1100100 10111

Color Harmonies of #005473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005473

Black with #005473

Text Example


Text Example

White with #005473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005473; }

 p { color: rgb(0,84,115); }

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

background-color css

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

 a { background-color: rgb(0,84,115); }

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

border-color css

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

 span { border-color: rgb(0,84,115); }

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