#0A45A1

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

Shades of Cobalt #0A45A1

Tints of Cobalt #0A45A1

Color information

#0A45A1 (or 0x0A45A1) is unknown color: approx Cobalt. HEX triplet: 0A, 45 and A1. RGB value is (10,69,161). Sum of RGB (Red+Green+Blue) = 10+69+161=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A45A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A45A1 is #F5BA5E. Grayscale: #3D3D3D. Windows color (decimal): -16104031 or 10568970. OLE color: 10568970.

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

Color convert

RGB1069161-
CMYK0.940.5700.37
HSL216.56º88.3%33.53%-
HSV(B)216.56º93.79%63.14%-
XYZ8.696.8934.59-
YUV61.85183.9591.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.17%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 161 (63.28% from 255) = 67.08%
R=4.17%
G=28.75%
B=67.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10691610.940.5700.37216.5688.333.53
HexA45A15E39025d95822
Octal121052411367104533113042
Binary101010001011010000110111101110010100101110110011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A45A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,69,161); }

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

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

 a { background-color: rgb(10,69,161); }

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

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

 span { border-color: rgb(10,69,161); }

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