#066972

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

Shades of Blue Lagoon #066972

Tints of Blue Lagoon #066972

Color information

#066972 (or 0x066972) is unknown color: approx Blue Lagoon. HEX triplet: 06, 69 and 72. RGB value is (6,105,114). Sum of RGB (Red+Green+Blue) = 6+105+114=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #066972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066972 is #F9968D. Grayscale: #4C4C4C. Windows color (decimal): -16357006 or 7497990. OLE color: 7497990.

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

Color convert

RGB6105114-
CMYK0.950.0800.55
HSL185º90%23.53%-
HSV(B)185º94.74%44.71%-
XYZ8.1611.3617.68-
YUV76.42149.277.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=2.67%
G=46.67%
B=50.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61051140.950.0800.551859023.53
Hex669725F8037b95a18
Octal61511621371006727113230
Binary1101101001111001010111111000011011110111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066972; }

 p { color: rgb(6,105,114); }

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

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

 a { background-color: rgb(6,105,114); }

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

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

 span { border-color: rgb(6,105,114); }

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