Html Css Color HEX #0D25BF Persian Blue

📋 copy color: '#0D25BF'

red 13 ◦ green 37 ◦ blue 191

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

Shades of Persian Blue #0D25BF

Tints of Persian Blue #0D25BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 79.25%

R = 5.39%
G = 15.35%
B = 79.25%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D25BF (or 0x0D25BF) is known color: Persian Blue. HEX triplet: 0D, 25 and BF. RGB value is (13,37,191). Sum of RGB (Red+Green+Blue) = 13+37+191=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D25BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D25BF is #F2DA40. Grayscale: #2E2E2E. Windows color (decimal): -15915585 or 12526861. OLE color: 12526861.

HSL color Cylindrical-coordinate representation of color #0D25BF: hue angle of 231.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D25BF is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 37 191 -
CMYK 0.93 0.81 0 0.25
HSL 231.91º 0.87% 0.4% -
HSV(B) 231.91º 0.93% 0.75% -
XYZ 10.23 5.17 49.75 -
YUV 47.38 209.05 103.48 -
System Red Green Blue C M Y K H S L
Decimal 13 37 191 0.93 0.81 0 0.25 231.91 0.87 0.4
Hex D 25 BF 5D 51 0 19 E8 57 28
Octal 15 45 277 135 121 0 31 350 127 50
Binary 1101 100101 10111111 1011101 1010001 0 11001 11101000 1010111 101000

Color Harmonies of #0D25BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D25BF

Black with #0D25BF

Text Example


Text Example

White with #0D25BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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