Html Css Color HEX #005971 Blue Lagoon

📋 copy color: '#005971'

red 0 ◦ green 89 ◦ blue 113

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

Shades of Blue Lagoon #005971

Tints of Blue Lagoon #005971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

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

R = 0%
G = 44.06%
B = 55.94%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005971 (or 0x005971) is known color: Blue Lagoon. HEX triplet: 00, 59 and 71. RGB value is (0,89,113). Sum of RGB (Red+Green+Blue) = 0+89+113=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #005971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005971 is #FFA68E. Grayscale: #404040. Windows color (decimal): -16754319 or 7428352. OLE color: 7428352.

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

Color convert

RGB 0 89 113 -
CMYK 1 0.21 0 0.56
HSL 192.74º 1% 0.22% -
HSV(B) 192.74º 1% 0.44% -
XYZ 6.55 8.34 16.89 -
YUV 65.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 0 89 113 1 0.21 0 0.56 192.74 1 0.22
Hex 0 59 71 64 15 0 38 C1 64 16
Octal 0 131 161 144 25 0 70 301 144 26
Binary 0 1011001 1110001 1100100 10101 0 111000 11000001 1100100 10110

Color Harmonies of #005971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005971

Black with #005971

Text Example


Text Example

White with #005971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005971; }

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

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

background-color css

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

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

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

border-color css

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

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

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