#0E46BE

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

Shades of Persian Blue #0E46BE

Tints of Persian Blue #0E46BE

Color information

#0E46BE (or 0x0E46BE) is unknown color: approx Persian Blue. HEX triplet: 0E, 46 and BE. RGB value is (14,70,190). Sum of RGB (Red+Green+Blue) = 14+70+190=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E46BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E46BE is #F1B941. Grayscale: #424242. Windows color (decimal): -15841602 or 12469774. OLE color: 12469774.

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

Color convert

RGB1470190-
CMYK0.930.6300.25
HSL220.91º86.27%40%-
HSV(B)220.91º92.63%74.51%-
XYZ11.678.1949.68-
YUV66.94197.4590.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.11%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 190 (74.61% from 255) = 69.34%
R=5.11%
G=25.55%
B=69.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14701900.930.6300.25220.9186.2740
HexE46BE5D3F019dd5628
Octal161062761357703133512650
Binary11101000110101111101011101111111011001110111011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E46BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E46BE;
 }
 .AnyTagClassName
 {
   color: #0E46BE;
 }
</style>
background-color css

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

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

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

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

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

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