#066272

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

Shades of Blue Lagoon #066272

Tints of Blue Lagoon #066272

Color information

#066272 (or 0x066272) is unknown color: approx Blue Lagoon. HEX triplet: 06, 62 and 72. RGB value is (6,98,114). Sum of RGB (Red+Green+Blue) = 6+98+114=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #066272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066272 is #F99D8D. Grayscale: #484848. Windows color (decimal): -16358798 or 7496198. OLE color: 7496198.

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

Color convert

RGB698114-
CMYK0.950.1400.55
HSL188.89º90%23.53%-
HSV(B)188.89º94.74%44.71%-
XYZ7.489.9917.45-
YUV72.32151.5280.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=2.75%
G=44.95%
B=52.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6981140.950.1400.55188.899023.53
Hex662725FE037bd5a18
Octal61421621371606727513230
Binary1101100010111001010111111110011011110111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066272; }

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

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

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

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

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

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

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

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