#0D46AE

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

Shades of Cobalt #0D46AE

Tints of Cobalt #0D46AE

Color information

#0D46AE (or 0x0D46AE) is unknown color: approx Cobalt. HEX triplet: 0D, 46 and AE. RGB value is (13,70,174). Sum of RGB (Red+Green+Blue) = 13+70+174=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D46AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D46AE is #F2B951. Grayscale: #404040. Windows color (decimal): -15907154 or 11421197. OLE color: 11421197.

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

Color convert

RGB1370174-
CMYK0.930.6000.32
HSL218.76º86.1%36.67%-
HSV(B)218.76º92.53%68.24%-
XYZ107.5240.97-
YUV64.81189.6291.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 174 (68.36% from 255) = 67.70%
R=5.06%
G=27.24%
B=67.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13701740.930.6000.32218.7686.136.67
HexD46AE5D3C020db5625
Octal151062561357404033312645
Binary110110001101010111010111011111000100000110110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D46AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,70,174); }

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

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

 a { background-color: rgb(13,70,174); }

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

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

 span { border-color: rgb(13,70,174); }

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