#0A4C9A

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

Shades of Cobalt #0A4C9A

Tints of Cobalt #0A4C9A

Color information

#0A4C9A (or 0x0A4C9A) is unknown color: approx Cobalt. HEX triplet: 0A, 4C and 9A. RGB value is (10,76,154). Sum of RGB (Red+Green+Blue) = 10+76+154=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A4C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4C9A is #F5B365. Grayscale: #404040. Windows color (decimal): -16102246 or 10112010. OLE color: 10112010.

HSL color Cylindrical-coordinate representation of color #0A4C9A: hue angle of 212.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4C9A is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1076154-
CMYK0.940.5100.40
HSL212.5º87.8%32.16%-
HSV(B)212.5º93.51%60.39%-
XYZ8.547.5731.58-
YUV65.16178.1388.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.17%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=4.17%
G=31.67%
B=64.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10761540.940.5100.40212.587.832.16
HexA4C9A5E33028d45820
Octal121142321366305032413040
Binary101010011001001101010111101100110101000110101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,76,154); }

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

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

 a { background-color: rgb(10,76,154); }

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

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

 span { border-color: rgb(10,76,154); }

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