#0A41AE

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

Shades of Cobalt #0A41AE

Tints of Cobalt #0A41AE

Color information

#0A41AE (or 0x0A41AE) is unknown color: approx Cobalt. HEX triplet: 0A, 41 and AE. RGB value is (10,65,174). Sum of RGB (Red+Green+Blue) = 10+65+174=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A41AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A41AE is #F5BE51. Grayscale: #3C3C3C. Windows color (decimal): -16105042 or 11419914. OLE color: 11419914.

HSL color Cylindrical-coordinate representation of color #0A41AE: hue angle of 219.88º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A41AE is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1065174-
CMYK0.940.6300.32
HSL219.88º89.13%36.08%-
HSV(B)219.88º94.25%68.24%-
XYZ9.666.940.87-
YUV60.98191.7891.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 174 (68.36% from 255) = 69.88%
R=4.02%
G=26.10%
B=69.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10651740.940.6300.32219.8889.1336.08
HexA41AE5E3F020dc5924
Octal121012561367704033413144
Binary101010000011010111010111101111110100000110111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,174); }

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

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

 a { background-color: rgb(10,65,174); }

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

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

 span { border-color: rgb(10,65,174); }

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