Html Css Color HEX #0E31BF Persian Blue

📋 copy color: '#0E31BF'

red 14 ◦ green 49 ◦ blue 191

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

Shades of Persian Blue #0E31BF

Tints of Persian Blue #0E31BF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

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

R = 5.51%
G = 19.29%
B = 75.2%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E31BF (or 0x0E31BF) is known color: Persian Blue. HEX triplet: 0E, 31 and BF. RGB value is (14,49,191). Sum of RGB (Red+Green+Blue) = 14+49+191=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E31BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E31BF is #F1CE40. Grayscale: #363636. Windows color (decimal): -15846977 or 12529934. OLE color: 12529934.

HSL color Cylindrical-coordinate representation of color #0E31BF: hue angle of 228.14º degrees, saturation: 0.86, 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 #0E31BF is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 49 191 -
CMYK 0.93 0.74 0 0.25
HSL 228.14º 0.86% 0.4% -
HSV(B) 228.14º 0.93% 0.75% -
XYZ 10.68 6.05 49.9 -
YUV 54.72 204.9 98.95 -
System Red Green Blue C M Y K H S L
Decimal 14 49 191 0.93 0.74 0 0.25 228.14 0.86 0.4
Hex E 31 BF 5D 4A 0 19 E4 56 28
Octal 16 61 277 135 112 0 31 344 126 50
Binary 1110 110001 10111111 1011101 1001010 0 11001 11100100 1010110 101000

Color Harmonies of #0E31BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E31BF

Black with #0E31BF

Text Example


Text Example

White with #0E31BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,49,191); }

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

background-color css

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

 a { background-color: rgb(14,49,191); }

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

border-color css

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

 span { border-color: rgb(14,49,191); }

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