Html Css Color HEX #0D27DB Persian Blue

📋 copy color: '#0D27DB'

red 13 ◦ green 39 ◦ blue 219

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

Shades of Persian Blue #0D27DB

Tints of Persian Blue #0D27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.39%

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

R = 4.8%
G = 14.39%
B = 80.81%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D27DB (or 0x0D27DB) is known color: Persian Blue. HEX triplet: 0D, 27 and DB. RGB value is (13,39,219). Sum of RGB (Red+Green+Blue) = 13+39+219=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D27DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D27DB is #F2D824. Grayscale: #333333. Windows color (decimal): -15915045 or 14362381. OLE color: 14362381.

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

Color convert

RGB 13 39 219 -
CMYK 0.94 0.82 0 0.14
HSL 232.43º 0.89% 0.45% -
HSV(B) 232.43º 0.94% 0.86% -
XYZ 13.68 6.65 67.58 -
YUV 51.75 222.39 100.36 -
System Red Green Blue C M Y K H S L
Decimal 13 39 219 0.94 0.82 0 0.14 232.43 0.89 0.45
Hex D 27 DB 5E 52 0 E E8 59 2D
Octal 15 47 333 136 122 0 16 350 131 55
Binary 1101 100111 11011011 1011110 1010010 0 1110 11101000 1011001 101101

Color Harmonies of #0D27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D27DB

Black with #0D27DB

Text Example


Text Example

White with #0D27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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