#0D53AD

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

Shades of Cobalt #0D53AD

Tints of Cobalt #0D53AD

Color information

#0D53AD (or 0x0D53AD) is unknown color: approx Cobalt. HEX triplet: 0D, 53 and AD. RGB value is (13,83,173). Sum of RGB (Red+Green+Blue) = 13+83+173=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D53AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D53AD is #F2AC52. Grayscale: #474747. Windows color (decimal): -15903827 or 11358989. OLE color: 11358989.

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

Color convert

RGB1383173-
CMYK0.920.5200.32
HSL213.75º86.02%36.47%-
HSV(B)213.75º92.49%67.84%-
XYZ10.89.2940.76-
YUV72.33184.8185.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.83%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 173 (67.97% from 255) = 64.31%
R=4.83%
G=30.86%
B=64.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13831730.920.5200.32213.7586.0236.47
HexD53AD5C34020d65624
Octal151232551346404032612644
Binary110110100111010110110111001101000100000110101101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D53AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,83,173); }

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

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

 a { background-color: rgb(13,83,173); }

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

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

 span { border-color: rgb(13,83,173); }

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