Html Css Color HEX #005973 Blue Lagoon

📋 copy color: '#005973'

red 0 ◦ green 89 ◦ blue 115

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

Shades of Blue Lagoon #005973

Tints of Blue Lagoon #005973

RGB

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

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

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

R = 0%
G = 43.63%
B = 56.37%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005973 (or 0x005973) is known color: Blue Lagoon. HEX triplet: 00, 59 and 73. RGB value is (0,89,115). Sum of RGB (Red+Green+Blue) = 0+89+115=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #005973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005973 is #FFA68C. Grayscale: #414141. Windows color (decimal): -16754317 or 7559424. OLE color: 7559424.

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

Color convert

RGB 0 89 115 -
CMYK 1 0.23 0 0.55
HSL 193.57º 1% 0.23% -
HSV(B) 193.57º 1% 0.45% -
XYZ 6.67 8.38 17.49 -
YUV 65.35 156.01 81.39 -
System Red Green Blue C M Y K H S L
Decimal 0 89 115 1 0.23 0 0.55 193.57 1 0.23
Hex 0 59 73 64 17 0 37 C2 64 17
Octal 0 131 163 144 27 0 67 302 144 27
Binary 0 1011001 1110011 1100100 10111 0 110111 11000010 1100100 10111

Color Harmonies of #005973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005973

Black with #005973

Text Example


Text Example

White with #005973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005973; }

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

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

background-color css

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

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

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

border-color css

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

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

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