Html Css Color HEX #0E36BE Persian Blue

📋 copy color: '#0E36BE'

red 14 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #0E36BE

Tints of Persian Blue #0E36BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

 BLUE value IS 190 (74.61% from 255) = 73.64%

R = 5.43%
G = 20.93%
B = 73.64%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E36BE (or 0x0E36BE) is known color: Persian Blue. HEX triplet: 0E, 36 and BE. RGB value is (14,54,190). Sum of RGB (Red+Green+Blue) = 14+54+190=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E36BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E36BE is #F1C941. Grayscale: #383838. Windows color (decimal): -15845698 or 12465678. OLE color: 12465678.

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

Color convert

RGB 14 54 190 -
CMYK 0.93 0.72 0 0.25
HSL 226.36º 0.86% 0.4% -
HSV(B) 226.36º 0.93% 0.75% -
XYZ 10.79 6.45 49.39 -
YUV 57.54 202.75 96.94 -
System Red Green Blue C M Y K H S L
Decimal 14 54 190 0.93 0.72 0 0.25 226.36 0.86 0.4
Hex E 36 BE 5D 48 0 19 E2 56 28
Octal 16 66 276 135 110 0 31 342 126 50
Binary 1110 110110 10111110 1011101 1001000 0 11001 11100010 1010110 101000

Color Harmonies of #0E36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E36BE

Black with #0E36BE

Text Example


Text Example

White with #0E36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,54,190); }

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

background-color css

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

 a { background-color: rgb(14,54,190); }

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

border-color css

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

 span { border-color: rgb(14,54,190); }

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