Html Css Color HEX #0E25CF Persian Blue

📋 copy color: '#0E25CF'

red 14 ◦ green 37 ◦ blue 207

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

Shades of Persian Blue #0E25CF

Tints of Persian Blue #0E25CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 80.23%

R = 5.43%
G = 14.34%
B = 80.23%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0E25CF (or 0x0E25CF) is known color: Persian Blue. HEX triplet: 0E, 25 and CF. RGB value is (14,37,207). Sum of RGB (Red+Green+Blue) = 14+37+207=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #0E25CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E25CF is #F1DA30. Grayscale: #303030. Windows color (decimal): -15850033 or 13575438. OLE color: 13575438.

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

Color convert

RGB 14 37 207 -
CMYK 0.93 0.82 0 0.19
HSL 232.85º 0.87% 0.43% -
HSV(B) 232.85º 0.93% 0.81% -
XYZ 12.11 5.92 59.54 -
YUV 49.5 216.88 102.68 -
System Red Green Blue C M Y K H S L
Decimal 14 37 207 0.93 0.82 0 0.19 232.85 0.87 0.43
Hex E 25 CF 5D 52 0 13 E9 57 2B
Octal 16 45 317 135 122 0 23 351 127 53
Binary 1110 100101 11001111 1011101 1010010 0 10011 11101001 1010111 101011

Color Harmonies of #0E25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E25CF

Black with #0E25CF

Text Example


Text Example

White with #0E25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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