#0D47A6

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

Shades of Cobalt #0D47A6

Tints of Cobalt #0D47A6

Color information

#0D47A6 (or 0x0D47A6) is unknown color: approx Cobalt. HEX triplet: 0D, 47 and A6. RGB value is (13,71,166). Sum of RGB (Red+Green+Blue) = 13+71+166=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 166 (65.23% from 255 or 66.4% from 250); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D47A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D47A6 is #F2B859. Grayscale: #404040. Windows color (decimal): -15906906 or 10897165. OLE color: 10897165.

HSL color Cylindrical-coordinate representation of color #0D47A6: hue angle of 217.25º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D47A6 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1371166-
CMYK0.920.5700.35
HSL217.25º85.47%35.1%-
HSV(B)217.25º92.17%65.1%-
XYZ9.37.3537-
YUV64.49185.2891.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.2%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 166 (65.23% from 255) = 66.4%
R=5.2%
G=28.4%
B=66.4%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13711660.920.5700.35217.2585.4735.1
HexD47A65C39023d95523
Octal151072461347104333112543
Binary110110001111010011010111001110010100011110110011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D47A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,71,166); }

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

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

 a { background-color: rgb(13,71,166); }

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

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

 span { border-color: rgb(13,71,166); }

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