#0A43A4

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

Shades of Cobalt #0A43A4

Tints of Cobalt #0A43A4

Color information

#0A43A4 (or 0x0A43A4) is unknown color: approx Cobalt. HEX triplet: 0A, 43 and A4. RGB value is (10,67,164). Sum of RGB (Red+Green+Blue) = 10+67+164=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #0A43A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A43A4 is #F5BC5B. Grayscale: #3C3C3C. Windows color (decimal): -16104540 or 10765066. OLE color: 10765066.

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

Color convert

RGB1067164-
CMYK0.940.5900.36
HSL217.79º88.51%34.12%-
HSV(B)217.79º93.9%64.31%-
XYZ8.836.7635.96-
YUV61.02186.1291.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 164 (64.45% from 255) = 68.05%
R=4.15%
G=27.80%
B=68.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10671640.940.5900.36217.7988.5134.12
HexA43A45E3B024da5922
Octal121032441367304433213142
Binary101010000111010010010111101110110100100110110101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A43A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,67,164); }

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

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

 a { background-color: rgb(10,67,164); }

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

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

 span { border-color: rgb(10,67,164); }

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