#0A558D

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

Shades of Dark Cerulean #0A558D

Tints of Dark Cerulean #0A558D

Color information

#0A558D (or 0x0A558D) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 55 and 8D. RGB value is (10,85,141). Sum of RGB (Red+Green+Blue) = 10+85+141=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A558D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A558D is #F5AA72. Grayscale: #444444. Windows color (decimal): -16099955 or 9262346. OLE color: 9262346.

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

Color convert

RGB1085141-
CMYK0.930.4000.45
HSL205.65º86.75%29.61%-
HSV(B)205.65º92.91%55.29%-
XYZ8.188.4826.41-
YUV68.96168.6585.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.24%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 141 (55.47% from 255) = 59.75%
R=4.24%
G=36.02%
B=59.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10851410.930.4000.45205.6586.7529.61
HexA558D5D2802Dce571e
Octal121252151355005531612736
Binary10101010101100011011011101101000010110111001110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,85,141); }

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

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

 a { background-color: rgb(10,85,141); }

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

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

 span { border-color: rgb(10,85,141); }

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