#0543A9

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

Shades of Cobalt #0543A9

Tints of Cobalt #0543A9

Color information

#0543A9 (or 0x0543A9) is unknown color: approx Cobalt. HEX triplet: 05, 43 and A9. RGB value is (5,67,169). Sum of RGB (Red+Green+Blue) = 5+67+169=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #0543A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0543A9 is #FABC56. Grayscale: #3B3B3B. Windows color (decimal): -16432215 or 11092741. OLE color: 11092741.

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

Color convert

RGB567169-
CMYK0.970.6000.34
HSL217.32º94.25%34.12%-
HSV(B)217.32º97.04%66.27%-
XYZ9.236.9138.38-
YUV60.09189.4688.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 169 (66.41% from 255) = 70.12%
R=2.07%
G=27.80%
B=70.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5671690.970.6000.34217.3294.2534.12
Hex543A9613C022d95e22
Octal51032511417404233113642
Binary10110000111010100111000011111000100010110110011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0543A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0543A9; }

 p { color: rgb(5,67,169); }

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

<style>
 a { background-color: #0543A9; }

 a { background-color: rgb(5,67,169); }

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

<style>
 span { border-color: #0543A9; }

 span { border-color: rgb(5,67,169); }

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