Html Css Color HEX #0E25DC Persian Blue

📋 copy color: '#0E25DC'

red 14 ◦ green 37 ◦ blue 220

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

Shades of Persian Blue #0E25DC

Tints of Persian Blue #0E25DC

RGB

 RED value IS 14 (5.86% from 255) = 5.17%

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

 BLUE value IS 220 (86.33% from 255) = 81.18%

R = 5.17%
G = 13.65%
B = 81.18%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E25DC (or 0x0E25DC) is known color: Persian Blue. HEX triplet: 0E, 25 and DC. RGB value is (14,37,220). Sum of RGB (Red+Green+Blue) = 14+37+220=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E25DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E25DC is #F1DA23. Grayscale: #323232. Windows color (decimal): -15850020 or 14427406. OLE color: 14427406.

HSL color Cylindrical-coordinate representation of color #0E25DC: hue angle of 233.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E25DC is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 37 220 -
CMYK 0.94 0.83 0 0.14
HSL 233.3º 0.88% 0.46% -
HSV(B) 233.3º 0.94% 0.86% -
XYZ 13.76 6.58 68.26 -
YUV 50.99 223.38 101.62 -
System Red Green Blue C M Y K H S L
Decimal 14 37 220 0.94 0.83 0 0.14 233.3 0.88 0.46
Hex E 25 DC 5E 53 0 E E9 58 2E
Octal 16 45 334 136 123 0 16 351 130 56
Binary 1110 100101 11011100 1011110 1010011 0 1110 11101001 1011000 101110

Color Harmonies of #0E25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E25DC

Black with #0E25DC

Text Example


Text Example

White with #0E25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,37,220); }

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

background-color css

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

 a { background-color: rgb(14,37,220); }

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

border-color css

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

 span { border-color: rgb(14,37,220); }

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