#0D47E0

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

Shades of Persian Blue #0D47E0

Tints of Persian Blue #0D47E0

Color information

#0D47E0 (or 0x0D47E0) is unknown color: approx Persian Blue. HEX triplet: 0D, 47 and E0. RGB value is (13,71,224). Sum of RGB (Red+Green+Blue) = 13+71+224=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D47E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D47E0 is #F2B81F. Grayscale: #464646. Windows color (decimal): -15906848 or 14698253. OLE color: 14698253.

HSL color Cylindrical-coordinate representation of color #0D47E0: hue angle of 223.51º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D47E0 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1371224-
CMYK0.940.6800.12
HSL223.51º89.03%46.47%-
HSV(B)223.51º94.2%87.84%-
XYZ15.879.9771.61-
YUV71.1214.2886.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.22%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 224 (87.89% from 255) = 72.73%
R=4.22%
G=23.05%
B=72.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13712240.940.6800.12223.5189.0346.47
HexD47E05E440Ce0592e
Octal1510734013610401434013156
Binary11011000111111000001011110100010001100111000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D47E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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