Html Css Color HEX #0E37BF Persian Blue

📋 copy color: '#0E37BF'

red 14 ◦ green 55 ◦ blue 191

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

Shades of Persian Blue #0E37BF

Tints of Persian Blue #0E37BF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

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

R = 5.38%
G = 21.15%
B = 73.46%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E37BF (or 0x0E37BF) is known color: Persian Blue. HEX triplet: 0E, 37 and BF. RGB value is (14,55,191). Sum of RGB (Red+Green+Blue) = 14+55+191=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E37BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E37BF is #F1C840. Grayscale: #393939. Windows color (decimal): -15845441 or 12531470. OLE color: 12531470.

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

Color convert

RGB 14 55 191 -
CMYK 0.93 0.71 0 0.25
HSL 226.1º 0.86% 0.4% -
HSV(B) 226.1º 0.93% 0.75% -
XYZ 10.95 6.59 49.98 -
YUV 58.25 202.92 96.44 -
System Red Green Blue C M Y K H S L
Decimal 14 55 191 0.93 0.71 0 0.25 226.1 0.86 0.4
Hex E 37 BF 5D 47 0 19 E2 56 28
Octal 16 67 277 135 107 0 31 342 126 50
Binary 1110 110111 10111111 1011101 1000111 0 11001 11100010 1010110 101000

Color Harmonies of #0E37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E37BF

Black with #0E37BF

Text Example


Text Example

White with #0E37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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