Html Css Color HEX #0E47BF Persian Blue

📋 copy color: '#0E47BF'

red 14 ◦ green 71 ◦ blue 191

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

Shades of Persian Blue #0E47BF

Tints of Persian Blue #0E47BF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

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

R = 5.07%
G = 25.72%
B = 69.2%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E47BF (or 0x0E47BF) is known color: Persian Blue. HEX triplet: 0E, 47 and BF. RGB value is (14,71,191). Sum of RGB (Red+Green+Blue) = 14+71+191=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E47BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E47BF is #F1B840. Grayscale: #434343. Windows color (decimal): -15841345 or 12535566. OLE color: 12535566.

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

Color convert

RGB 14 71 191 -
CMYK 0.93 0.63 0 0.25
HSL 220.68º 0.86% 0.4% -
HSV(B) 220.68º 0.93% 0.75% -
XYZ 11.84 8.36 50.28 -
YUV 67.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 14 71 191 0.93 0.63 0 0.25 220.68 0.86 0.4
Hex E 47 BF 5D 3F 0 19 DD 56 28
Octal 16 107 277 135 77 0 31 335 126 50
Binary 1110 1000111 10111111 1011101 111111 0 11001 11011101 1010110 101000

Color Harmonies of #0E47BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E47BF

Black with #0E47BF

Text Example


Text Example

White with #0E47BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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