Html Css Color HEX #0D40DC Persian Blue

📋 copy color: '#0D40DC'

red 13 ◦ green 64 ◦ blue 220

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

Shades of Persian Blue #0D40DC

Tints of Persian Blue #0D40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 4.38%
G = 21.55%
B = 74.07%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D40DC (or 0x0D40DC) is known color: Persian Blue. HEX triplet: 0D, 40 and DC. RGB value is (13,64,220). Sum of RGB (Red+Green+Blue) = 13+64+220=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D40DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D40DC is #F2BF23. Grayscale: #414141. Windows color (decimal): -15908644 or 14434317. OLE color: 14434317.

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

Color convert

RGB 13 64 220 -
CMYK 0.94 0.71 0 0.14
HSL 225.22º 0.89% 0.46% -
HSV(B) 225.22º 0.94% 0.86% -
XYZ 14.92 8.92 68.65 -
YUV 66.54 214.6 89.82 -
System Red Green Blue C M Y K H S L
Decimal 13 64 220 0.94 0.71 0 0.14 225.22 0.89 0.46
Hex D 40 DC 5E 47 0 E E1 59 2E
Octal 15 100 334 136 107 0 16 341 131 56
Binary 1101 1000000 11011100 1011110 1000111 0 1110 11100001 1011001 101110

Color Harmonies of #0D40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D40DC

Black with #0D40DC

Text Example


Text Example

White with #0D40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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