Html Css Color HEX #0D47DC Persian Blue

📋 copy color: '#0D47DC'

red 13 ◦ green 71 ◦ blue 220

#0D47DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0D47DC

Tints of Persian Blue #0D47DC

RGB

 RED value IS 13 (5.47% from 255) = 4.28%

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 220 (86.33% from 255) = 72.37%

R = 4.28%
G = 23.36%
B = 72.37%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D47DC (or 0x0D47DC) is known color: Persian Blue. HEX triplet: 0D, 47 and DC. RGB value is (13,71,220). Sum of RGB (Red+Green+Blue) = 13+71+220=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D47DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D47DC is #F2B823. Grayscale: #454545. Windows color (decimal): -15906852 or 14436109. OLE color: 14436109.

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

Color convert

RGB 13 71 220 -
CMYK 0.94 0.68 0 0.14
HSL 223.19º 0.89% 0.46% -
HSV(B) 223.19º 0.94% 0.86% -
XYZ 15.34 9.76 68.79 -
YUV 70.64 212.28 86.88 -
System Red Green Blue C M Y K H S L
Decimal 13 71 220 0.94 0.68 0 0.14 223.19 0.89 0.46
Hex D 47 DC 5E 44 0 E DF 59 2E
Octal 15 107 334 136 104 0 16 337 131 56
Binary 1101 1000111 11011100 1011110 1000100 0 1110 11011111 1011001 101110

Color Harmonies of #0D47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D47DC

Black with #0D47DC

Text Example


Text Example

White with #0D47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D47DC;
 }
 .AnyTagClassName
 {
   color: #0D47DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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