#0D48D2

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

Shades of Persian Blue #0D48D2

Tints of Persian Blue #0D48D2

Color information

#0D48D2 (or 0x0D48D2) is unknown color: approx Persian Blue. HEX triplet: 0D, 48 and D2. RGB value is (13,72,210). Sum of RGB (Red+Green+Blue) = 13+72+210=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #0D48D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D48D2 is #F2B72D. Grayscale: #454545. Windows color (decimal): -15906606 or 13781005. OLE color: 13781005.

HSL color Cylindrical-coordinate representation of color #0D48D2: hue angle of 222.03º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D48D2 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1372210-
CMYK0.940.6600.18
HSL222.03º88.34%43.73%-
HSV(B)222.03º93.81%82.35%-
XYZ14.129.3762.04-
YUV70.09206.9587.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.41%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 210 (82.42% from 255) = 71.19%
R=4.41%
G=24.41%
B=71.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal13722100.940.6600.18222.0388.3443.73
HexD48D25E42012de582c
Octal1511032213610202233613054
Binary110110010001101001010111101000010010010110111101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D48D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,72,210); }

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

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

 a { background-color: rgb(13,72,210); }

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

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

 span { border-color: rgb(13,72,210); }

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