Html Css Color HEX #005974 Blue Lagoon

📋 copy color: '#005974'

red 0 ◦ green 89 ◦ blue 116

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

Shades of Blue Lagoon #005974

Tints of Blue Lagoon #005974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 0%
G = 43.41%
B = 56.59%

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

#005974 (or 0x005974) is known color: Blue Lagoon. HEX triplet: 00, 59 and 74. RGB value is (0,89,116). Sum of RGB (Red+Green+Blue) = 0+89+116=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #005974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005974 is #FFA68B. Grayscale: #414141. Windows color (decimal): -16754316 or 7624960. OLE color: 7624960.

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

Color convert

RGB 0 89 116 -
CMYK 1 0.23 0 0.55
HSL 193.97º 1% 0.23% -
HSV(B) 193.97º 1% 0.45% -
XYZ 6.72 8.41 17.79 -
YUV 65.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 0 89 116 1 0.23 0 0.55 193.97 1 0.23
Hex 0 59 74 64 17 0 37 C2 64 17
Octal 0 131 164 144 27 0 67 302 144 27
Binary 0 1011001 1110100 1100100 10111 0 110111 11000010 1100100 10111

Color Harmonies of #005974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005974

Black with #005974

Text Example


Text Example

White with #005974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005974; }

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

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

background-color css

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

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

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

border-color css

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

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

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