#005974

Color #005974 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #005974

Tints of Blue Lagoon #005974

Color information

#005974 (or 0x005974) is unknown color: approx 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

RGB089116-
CMYK10.2300.55
HSL193.97º100%22.75%-
HSV(B)193.97º100%45.49%-
XYZ6.728.4117.79-
YUV65.47156.5181.3-

RGB Variations

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

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.70% from 255) = 56.59%
R=0%
G=43.41%
B=56.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal08911610.2300.55193.9710022.75
Hex059746417037c26417
Octal01311641442706730214427
Binary010110011110100110010010111011011111000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>