Html Css Color HEX #005475 Blue Lagoon

📋 copy color: '#005475'

red 0 ◦ green 84 ◦ blue 117

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

Shades of Blue Lagoon #005475

Tints of Blue Lagoon #005475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.21%

R = 0%
G = 41.79%
B = 58.21%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005475 (or 0x005475) is known color: Blue Lagoon. HEX triplet: 00, 54 and 75. RGB value is (0,84,117). Sum of RGB (Red+Green+Blue) = 0+84+117=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #005475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005475 is #FFAB8A. Grayscale: #3E3E3E. Windows color (decimal): -16755595 or 7689216. OLE color: 7689216.

HSL color Cylindrical-coordinate representation of color #005475: hue angle of 196.92º 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 #005475 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 84 117 -
CMYK 1 0.28 0 0.54
HSL 196.92º 1% 0.23% -
HSV(B) 196.92º 1% 0.46% -
XYZ 6.38 7.63 17.97 -
YUV 62.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 0 84 117 1 0.28 0 0.54 196.92 1 0.23
Hex 0 54 75 64 1C 0 36 C5 64 17
Octal 0 124 165 144 34 0 66 305 144 27
Binary 0 1010100 1110101 1100100 11100 0 110110 11000101 1100100 10111

Color Harmonies of #005475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005475

Black with #005475

Text Example


Text Example

White with #005475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005475; }

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

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

background-color css

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

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

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

border-color css

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

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

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