#0A598E

Color #0A598E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0A598E

Tints of Dark Cerulean #0A598E

Color information

#0A598E (or 0x0A598E) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 59 and 8E. RGB value is (10,89,142). Sum of RGB (Red+Green+Blue) = 10+89+142=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A598E is #F5A671. Grayscale: #474747. Windows color (decimal): -16098930 or 9328906. OLE color: 9328906.

HSL color Cylindrical-coordinate representation of color #0A598E: hue angle of 204.09º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A598E is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1089142-
CMYK0.930.3700.44
HSL204.09º86.84%29.8%-
HSV(B)204.09º92.96%55.69%-
XYZ8.589.1626.91-
YUV71.42167.8384.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=4.15%
G=36.93%
B=58.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10891420.930.3700.44204.0986.8429.8
HexA598E5D2502Ccc571e
Octal121312161354505431412736
Binary10101011001100011101011101100101010110011001100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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