Html Css Color HEX #005471 Blue Lagoon

📋 copy color: '#005471'

red 0 ◦ green 84 ◦ blue 113

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

Shades of Blue Lagoon #005471

Tints of Blue Lagoon #005471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.36%

R = 0%
G = 42.64%
B = 57.36%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005471 (or 0x005471) is known color: Blue Lagoon. HEX triplet: 00, 54 and 71. RGB value is (0,84,113). Sum of RGB (Red+Green+Blue) = 0+84+113=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #005471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005471 is #FFAB8E. Grayscale: #3D3D3D. Windows color (decimal): -16755599 or 7427072. OLE color: 7427072.

HSL color Cylindrical-coordinate representation of color #005471: hue angle of 195.4º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005471 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 84 113 -
CMYK 1 0.26 0 0.56
HSL 195.4º 1% 0.22% -
HSV(B) 195.4º 1% 0.44% -
XYZ 6.15 7.53 16.75 -
YUV 62.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 0 84 113 1 0.26 0 0.56 195.4 1 0.22
Hex 0 54 71 64 1A 0 38 C3 64 16
Octal 0 124 161 144 32 0 70 303 144 26
Binary 0 1010100 1110001 1100100 11010 0 111000 11000011 1100100 10110

Color Harmonies of #005471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005471

Black with #005471

Text Example


Text Example

White with #005471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005471; }

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

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

background-color css

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

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

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

border-color css

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

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

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