#0E36BE

Color #0E36BE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0E36BE

Tints of Persian Blue #0E36BE

Color information

#0E36BE (or 0x0E36BE) is unknown color: approx 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

RGB1454190-
CMYK0.930.7200.25
HSL226.36º86.27%40%-
HSV(B)226.36º92.63%74.51%-
XYZ10.796.4549.39-
YUV57.54202.7596.94-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14541900.930.7200.25226.3686.2740
HexE36BE5D48019e25628
Octal166627613511003134212650
Binary11101101101011111010111011001000011001111000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E36BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>