#0D46E0

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

Shades of Persian Blue #0D46E0

Tints of Persian Blue #0D46E0

Color information

#0D46E0 (or 0x0D46E0) is unknown color: approx Persian Blue. HEX triplet: 0D, 46 and E0. RGB value is (13,70,224). Sum of RGB (Red+Green+Blue) = 13+70+224=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D46E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D46E0 is #F2B91F. Grayscale: #454545. Windows color (decimal): -15907104 or 14697997. OLE color: 14697997.

HSL color Cylindrical-coordinate representation of color #0D46E0: hue angle of 223.79º 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 #0D46E0 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1370224-
CMYK0.940.6900.12
HSL223.79º89.03%46.47%-
HSV(B)223.79º94.2%87.84%-
XYZ15.819.8571.59-
YUV70.51214.6286.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.23%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 224 (87.89% from 255) = 72.96%
R=4.23%
G=22.80%
B=72.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13702240.940.6900.12223.7989.0346.47
HexD46E05E450Ce0592e
Octal1510634013610501434013156
Binary11011000110111000001011110100010101100111000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D46E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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