#0A5881

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

Shades of Dark Cerulean #0A5881

Tints of Dark Cerulean #0A5881

Color information

#0A5881 (or 0x0A5881) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 58 and 81. RGB value is (10,88,129). Sum of RGB (Red+Green+Blue) = 10+88+129=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A5881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5881 is #F5A77E. Grayscale: #454545. Windows color (decimal): -16099199 or 8476682. OLE color: 8476682.

HSL color Cylindrical-coordinate representation of color #0A5881: hue angle of 200.67º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5881 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1088129-
CMYK0.920.3200.49
HSL200.67º85.61%27.25%-
HSV(B)200.67º92.25%50.59%-
XYZ7.588.6322.04-
YUV69.35161.6685.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 129 (50.78% from 255) = 56.83%
R=4.41%
G=38.77%
B=56.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10881290.920.3200.49200.6785.6127.25
HexA58815C20031c9561b
Octal121302011344006131112633
Binary10101011000100000011011100100000011000111001001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,88,129); }

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

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

 a { background-color: rgb(10,88,129); }

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

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

 span { border-color: rgb(10,88,129); }

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