Html Css Color HEX #005476 Blue Lagoon

📋 copy color: '#005476'

red 0 ◦ green 84 ◦ blue 118

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

Shades of Blue Lagoon #005476

Tints of Blue Lagoon #005476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.42%

R = 0%
G = 41.58%
B = 58.42%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005476 (or 0x005476) is known color: Blue Lagoon. HEX triplet: 00, 54 and 76. RGB value is (0,84,118). Sum of RGB (Red+Green+Blue) = 0+84+118=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #005476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005476 is #FFAB89. Grayscale: #3E3E3E. Windows color (decimal): -16755594 or 7754752. OLE color: 7754752.

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

Color convert

RGB 0 84 118 -
CMYK 1 0.29 0 0.54
HSL 197.29º 1% 0.23% -
HSV(B) 197.29º 1% 0.46% -
XYZ 6.44 7.65 18.28 -
YUV 62.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 0 84 118 1 0.29 0 0.54 197.29 1 0.23
Hex 0 54 76 64 1D 0 36 C5 64 17
Octal 0 124 166 144 35 0 66 305 144 27
Binary 0 1010100 1110110 1100100 11101 0 110110 11000101 1100100 10111

Color Harmonies of #005476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005476

Black with #005476

Text Example


Text Example

White with #005476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005476; }

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

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

background-color css

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

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

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

border-color css

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

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

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