Html Css Color HEX #0D25DD Persian Blue

📋 copy color: '#0D25DD'

red 13 ◦ green 37 ◦ blue 221

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

Shades of Persian Blue #0D25DD

Tints of Persian Blue #0D25DD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 221 (86.72% from 255) = 81.55%

R = 4.8%
G = 13.65%
B = 81.55%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D25DD (or 0x0D25DD) is known color: Persian Blue. HEX triplet: 0D, 25 and DD. RGB value is (13,37,221). Sum of RGB (Red+Green+Blue) = 13+37+221=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D25DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D25DD is #F2DA22. Grayscale: #323232. Windows color (decimal): -15915555 or 14492941. OLE color: 14492941.

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

Color convert

RGB 13 37 221 -
CMYK 0.94 0.83 0 0.13
HSL 233.08º 0.89% 0.46% -
HSV(B) 233.08º 0.94% 0.87% -
XYZ 13.88 6.63 68.95 -
YUV 50.8 224.05 101.04 -
System Red Green Blue C M Y K H S L
Decimal 13 37 221 0.94 0.83 0 0.13 233.08 0.89 0.46
Hex D 25 DD 5E 53 0 D E9 59 2E
Octal 15 45 335 136 123 0 15 351 131 56
Binary 1101 100101 11011101 1011110 1010011 0 1101 11101001 1011001 101110

Color Harmonies of #0D25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D25DD

Black with #0D25DD

Text Example


Text Example

White with #0D25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,37,221); }

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

background-color css

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

 a { background-color: rgb(13,37,221); }

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

border-color css

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

 span { border-color: rgb(13,37,221); }

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