Html Css Color HEX #0D3FDB Persian Blue

📋 copy color: '#0D3FDB'

red 13 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #0D3FDB

Tints of Persian Blue #0D3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

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

R = 4.41%
G = 21.36%
B = 74.24%

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

#0D3FDB (or 0x0D3FDB) is known color: Persian Blue. HEX triplet: 0D, 3F and DB. RGB value is (13,63,219). Sum of RGB (Red+Green+Blue) = 13+63+219=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D3FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3FDB is #F2C024. Grayscale: #414141. Windows color (decimal): -15908901 or 14368525. OLE color: 14368525.

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

Color convert

RGB 13 63 219 -
CMYK 0.94 0.71 0 0.14
HSL 225.44º 0.89% 0.45% -
HSV(B) 225.44º 0.94% 0.86% -
XYZ 14.73 8.76 67.93 -
YUV 65.83 214.44 90.32 -
System Red Green Blue C M Y K H S L
Decimal 13 63 219 0.94 0.71 0 0.14 225.44 0.89 0.45
Hex D 3F DB 5E 47 0 E E1 59 2D
Octal 15 77 333 136 107 0 16 341 131 55
Binary 1101 111111 11011011 1011110 1000111 0 1110 11100001 1011001 101101

Color Harmonies of #0D3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3FDB

Black with #0D3FDB

Text Example


Text Example

White with #0D3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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