#0A48A9

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

Shades of Cobalt #0A48A9

Tints of Cobalt #0A48A9

Color information

#0A48A9 (or 0x0A48A9) is unknown color: approx Cobalt. HEX triplet: 0A, 48 and A9. RGB value is (10,72,169). Sum of RGB (Red+Green+Blue) = 10+72+169=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A48A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A48A9 is #F5B756. Grayscale: #404040. Windows color (decimal): -16103255 or 11094026. OLE color: 11094026.

HSL color Cylindrical-coordinate representation of color #0A48A9: hue angle of 216.6º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A48A9 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1072169-
CMYK0.940.5700.34
HSL216.6º88.83%35.1%-
HSV(B)216.6º94.08%66.27%-
XYZ9.67.5638.49-
YUV64.52186.9689.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.98%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 169 (66.41% from 255) = 67.33%
R=3.98%
G=28.69%
B=67.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10721690.940.5700.34216.688.8335.1
HexA48A95E39022d95923
Octal121102511367104233113143
Binary101010010001010100110111101110010100010110110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A48A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,72,169); }

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

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

 a { background-color: rgb(10,72,169); }

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

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

 span { border-color: rgb(10,72,169); }

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