#0A4981

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

Shades of Dark Cerulean #0A4981

Tints of Dark Cerulean #0A4981

Color information

#0A4981 (or 0x0A4981) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 49 and 81. RGB value is (10,73,129). Sum of RGB (Red+Green+Blue) = 10+73+129=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A4981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4981 is #F5B67E. Grayscale: #3C3C3C. Windows color (decimal): -16103039 or 8472842. OLE color: 8472842.

HSL color Cylindrical-coordinate representation of color #0A4981: hue angle of 208.24º 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 #0A4981 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1073129-
CMYK0.920.4300.49
HSL208.24º85.61%27.25%-
HSV(B)208.24º92.25%50.59%-
XYZ6.476.4121.67-
YUV60.55166.6391.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 129 (50.78% from 255) = 60.85%
R=4.72%
G=34.43%
B=60.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10731290.920.4300.49208.2485.6127.25
HexA49815C2B031d0561b
Octal121112011345306132012633
Binary10101001001100000011011100101011011000111010000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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