#005972

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

Shades of Blue Lagoon #005972

Tints of Blue Lagoon #005972

Color information

#005972 (or 0x005972) is unknown color: approx Blue Lagoon. HEX triplet: 00, 59 and 72. RGB value is (0,89,114). Sum of RGB (Red+Green+Blue) = 0+89+114=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #005972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005972 is #FFA68D. Grayscale: #414141. Windows color (decimal): -16754318 or 7493888. OLE color: 7493888.

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

Color convert

RGB089114-
CMYK10.2200.55
HSL193.16º100%22.35%-
HSV(B)193.16º100%44.71%-
XYZ6.618.3617.18-
YUV65.24155.5181.47-

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.84%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=0%
G=43.84%
B=56.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal08911410.2200.55193.1610022.35
Hex059726416037c16416
Octal01311621442606730114426
Binary010110011110010110010010110011011111000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005972; }

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

 H1.HeaderClassName
 {
   color: #005972;
 }
 .AnyTagClassName
 {
   color: #005972;
 }
</style>
background-color css

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

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

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

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

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

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