Html Css Color HEX #0D25CE Persian Blue

📋 copy color: '#0D25CE'

red 13 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #0D25CE

Tints of Persian Blue #0D25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.47%

R = 5.08%
G = 14.45%
B = 80.47%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D25CE (or 0x0D25CE) is known color: Persian Blue. HEX triplet: 0D, 25 and CE. RGB value is (13,37,206). Sum of RGB (Red+Green+Blue) = 13+37+206=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D25CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D25CE is #F2DA31. Grayscale: #303030. Windows color (decimal): -15915570 or 13509901. OLE color: 13509901.

HSL color Cylindrical-coordinate representation of color #0D25CE: hue angle of 232.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D25CE is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 37 206 -
CMYK 0.94 0.82 0 0.19
HSL 232.54º 0.88% 0.43% -
HSV(B) 232.54º 0.94% 0.81% -
XYZ 11.97 5.86 58.89 -
YUV 49.09 216.55 102.26 -
System Red Green Blue C M Y K H S L
Decimal 13 37 206 0.94 0.82 0 0.19 232.54 0.88 0.43
Hex D 25 CE 5E 52 0 13 E9 58 2B
Octal 15 45 316 136 122 0 23 351 130 53
Binary 1101 100101 11001110 1011110 1010010 0 10011 11101001 1011000 101011

Color Harmonies of #0D25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D25CE

Black with #0D25CE

Text Example


Text Example

White with #0D25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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