#0A41AA

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

Shades of Cobalt #0A41AA

Tints of Cobalt #0A41AA

Color information

#0A41AA (or 0x0A41AA) is unknown color: approx Cobalt. HEX triplet: 0A, 41 and AA. RGB value is (10,65,170). Sum of RGB (Red+Green+Blue) = 10+65+170=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A41AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A41AA is #F5BE55. Grayscale: #3C3C3C. Windows color (decimal): -16105046 or 11157770. OLE color: 11157770.

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

Color convert

RGB1065170-
CMYK0.940.6200.33
HSL219.38º88.89%35.29%-
HSV(B)219.38º94.12%66.67%-
XYZ9.276.7538.84-
YUV60.53189.7891.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 170 (66.80% from 255) = 69.39%
R=4.08%
G=26.53%
B=69.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10651700.940.6200.33219.3888.8935.29
HexA41AA5E3E021db5923
Octal121012521367604133313143
Binary101010000011010101010111101111100100001110110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A41AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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