#0543AD

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

Shades of Cobalt #0543AD

Tints of Cobalt #0543AD

Color information

#0543AD (or 0x0543AD) is unknown color: approx Cobalt. HEX triplet: 05, 43 and AD. RGB value is (5,67,173). Sum of RGB (Red+Green+Blue) = 5+67+173=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #0543AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0543AD is #FABC52. Grayscale: #3C3C3C. Windows color (decimal): -16432211 or 11354885. OLE color: 11354885.

HSL color Cylindrical-coordinate representation of color #0543AD: hue angle of 217.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0543AD is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB567173-
CMYK0.970.6100.32
HSL217.86º94.38%34.9%-
HSV(B)217.86º97.11%67.84%-
XYZ9.617.0640.39-
YUV60.55191.4688.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.04%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 173 (67.97% from 255) = 70.61%
R=2.04%
G=27.35%
B=70.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5671730.970.6100.32217.8694.3834.9
Hex543AD613D020da5e23
Octal51032551417504033213643
Binary10110000111010110111000011111010100000110110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0543AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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