#0A596C

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

Shades of Blue Lagoon #0A596C

Tints of Blue Lagoon #0A596C

Color information

#0A596C (or 0x0A596C) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 59 and 6C. RGB value is (10,89,108). Sum of RGB (Red+Green+Blue) = 10+89+108=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A596C is #F5A693. Grayscale: #434343. Windows color (decimal): -16098964 or 7100682. OLE color: 7100682.

HSL color Cylindrical-coordinate representation of color #0A596C: hue angle of 191.63º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A596C is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1089108-
CMYK0.910.1800.58
HSL191.63º83.05%23.14%-
HSV(B)191.63º90.74%42.35%-
XYZ6.48.2915.45-
YUV67.54150.8386.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.83%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=4.83%
G=43.00%
B=52.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10891080.910.1800.58191.6383.0523.14
HexA596C5B1203Ac05317
Octal121311541332207230012327
Binary101010110011101100101101110010011101011000000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,89,108); }

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

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

 a { background-color: rgb(10,89,108); }

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

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

 span { border-color: rgb(10,89,108); }

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