#0A6075

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

Shades of Blue Lagoon #0A6075

Tints of Blue Lagoon #0A6075

Color information

#0A6075 (or 0x0A6075) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 60 and 75. RGB value is (10,96,117). Sum of RGB (Red+Green+Blue) = 10+96+117=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A6075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6075 is #F59F8A. Grayscale: #484848. Windows color (decimal): -16097163 or 7692298. OLE color: 7692298.

HSL color Cylindrical-coordinate representation of color #0A6075: hue angle of 191.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6075 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1096117-
CMYK0.910.1800.54
HSL191.78º84.25%24.9%-
HSV(B)191.78º91.45%45.88%-
XYZ7.529.7118.31-
YUV72.68153.0183.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=4.48%
G=43.05%
B=52.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10961170.910.1800.54191.7884.2524.9
HexA60755B12036c05419
Octal121401651332206630012431
Binary101011000001110101101101110010011011011000000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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