#0A6072

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

Shades of Blue Lagoon #0A6072

Tints of Blue Lagoon #0A6072

Color information

#0A6072 (or 0x0A6072) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 60 and 72. RGB value is (10,96,114). Sum of RGB (Red+Green+Blue) = 10+96+114=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A6072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6072 is #F59F8D. Grayscale: #484848. Windows color (decimal): -16097166 or 7495690. OLE color: 7495690.

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

Color convert

RGB1096114-
CMYK0.910.1600.55
HSL190.38º83.87%24.31%-
HSV(B)190.38º91.23%44.71%-
XYZ7.359.6517.39-
YUV72.34151.5183.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.55%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=4.55%
G=43.64%
B=51.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10961140.910.1600.55190.3883.8724.31
HexA60725B10037be5418
Octal121401621332006727612430
Binary101011000001110010101101110000011011110111110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6072; }

 p { color: rgb(10,96,114); }

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

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

 a { background-color: rgb(10,96,114); }

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

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

 span { border-color: rgb(10,96,114); }

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