#0A5269

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

Shades of Blue Lagoon #0A5269

Tints of Blue Lagoon #0A5269

Color information

#0A5269 (or 0x0A5269) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 52 and 69. RGB value is (10,82,105). Sum of RGB (Red+Green+Blue) = 10+82+105=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A5269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5269 is #F5AD96. Grayscale: #3E3E3E. Windows color (decimal): -16100759 or 6902282. OLE color: 6902282.

HSL color Cylindrical-coordinate representation of color #0A5269: hue angle of 194.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5269 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1082105-
CMYK0.900.2200.59
HSL194.53º82.61%22.55%-
HSV(B)194.53º90.48%41.18%-
XYZ5.697.1214.44-
YUV63.09151.6590.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.08%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=5.08%
G=41.62%
B=53.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10821050.900.2200.59194.5382.6122.55
HexA52695A1603Bc35317
Octal121221511322607330312327
Binary101010100101101001101101010110011101111000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,82,105); }

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

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

 a { background-color: rgb(10,82,105); }

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

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

 span { border-color: rgb(10,82,105); }

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