Html Css Color HEX #0D28DE Persian Blue

📋 copy color: '#0D28DE'

red 13 ◦ green 40 ◦ blue 222

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

Shades of Persian Blue #0D28DE

Tints of Persian Blue #0D28DE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 222 (87.11% from 255) = 80.73%

R = 4.73%
G = 14.55%
B = 80.73%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D28DE (or 0x0D28DE) is known color: Persian Blue. HEX triplet: 0D, 28 and DE. RGB value is (13,40,222). Sum of RGB (Red+Green+Blue) = 13+40+222=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D28DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D28DE is #F2D721. Grayscale: #333333. Windows color (decimal): -15914786 or 14559245. OLE color: 14559245.

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

Color convert

RGB 13 40 222 -
CMYK 0.94 0.82 0 0.13
HSL 232.25º 0.89% 0.46% -
HSV(B) 232.25º 0.94% 0.87% -
XYZ 14.11 6.88 69.69 -
YUV 52.68 223.55 99.7 -
System Red Green Blue C M Y K H S L
Decimal 13 40 222 0.94 0.82 0 0.13 232.25 0.89 0.46
Hex D 28 DE 5E 52 0 D E8 59 2E
Octal 15 50 336 136 122 0 15 350 131 56
Binary 1101 101000 11011110 1011110 1010010 0 1101 11101000 1011001 101110

Color Harmonies of #0D28DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D28DE

Black with #0D28DE

Text Example


Text Example

White with #0D28DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,40,222); }

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

background-color css

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

 a { background-color: rgb(13,40,222); }

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

border-color css

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

 span { border-color: rgb(13,40,222); }

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