#0d49d6

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

Shades of Persian Blue #0D49D6

Tints of Persian Blue #0D49D6

Color information

#0D49D6 (or 0x0D49D6) is unknown color: approx Persian Blue. HEX triplet: 0D, 49 and D6. RGB value is (13,73,214). Sum of RGB (Red+Green+Blue) = 13+73+214=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 214 (83.98% from 255 or 71.33% from 300); Max value from RGB is 214 - color contains mainly: blue. Hex color #0D49D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D49D6 is #F2B629. Grayscale: #464646. Windows color (decimal): -15906346 or 14043405. OLE color: 14043405.

HSL color Cylindrical-coordinate representation of color #0D49D6: hue angle of 222.09º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D49D6 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1373214-
CMYK0.940.6600.16
HSL222.09º88.55%44.51%-
HSV(B)222.09º93.93%83.92%-
XYZ14.699.7164.72-
YUV71.13208.6286.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.33%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 214 (83.98% from 255) = 71.33%
R=4.33%
G=24.33%
B=71.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal13732140.940.6600.16222.0988.5544.51
HexD49D65E42010de592d
Octal1511132613610202033613155
Binary110110010011101011010111101000010010000110111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d49d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,73,214); }

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

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

 a { background-color: rgb(13,73,214); }

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

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

 span { border-color: rgb(13,73,214); }

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