Html Css Color HEX #0D40DB Persian Blue

📋 copy color: '#0D40DB'

red 13 ◦ green 64 ◦ blue 219

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

Shades of Persian Blue #0D40DB

Tints of Persian Blue #0D40DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.99%

R = 4.39%
G = 21.62%
B = 73.99%

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

#0D40DB (or 0x0D40DB) is known color: Persian Blue. HEX triplet: 0D, 40 and DB. RGB value is (13,64,219). Sum of RGB (Red+Green+Blue) = 13+64+219=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D40DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D40DB is #F2BF24. Grayscale: #414141. Windows color (decimal): -15908645 or 14368781. OLE color: 14368781.

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

Color convert

RGB 13 64 219 -
CMYK 0.94 0.71 0 0.14
HSL 225.15º 0.89% 0.45% -
HSV(B) 225.15º 0.94% 0.86% -
XYZ 14.79 8.87 67.95 -
YUV 66.42 214.1 89.9 -
System Red Green Blue C M Y K H S L
Decimal 13 64 219 0.94 0.71 0 0.14 225.15 0.89 0.45
Hex D 40 DB 5E 47 0 E E1 59 2D
Octal 15 100 333 136 107 0 16 341 131 55
Binary 1101 1000000 11011011 1011110 1000111 0 1110 11100001 1011001 101101

Color Harmonies of #0D40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D40DB

Black with #0D40DB

Text Example


Text Example

White with #0D40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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