#0E46BF

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

Shades of Persian Blue #0E46BF

Tints of Persian Blue #0E46BF

Color information

#0E46BF (or 0x0E46BF) is unknown color: approx Persian Blue. HEX triplet: 0E, 46 and BF. RGB value is (14,70,191). Sum of RGB (Red+Green+Blue) = 14+70+191=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E46BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E46BF is #F1B940. Grayscale: #424242. Windows color (decimal): -15841601 or 12535310. OLE color: 12535310.

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

Color convert

RGB1470191-
CMYK0.930.6300.25
HSL221.02º86.34%40.2%-
HSV(B)221.02º92.67%74.9%-
XYZ11.788.2450.26-
YUV67.05197.9590.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 191 (75% from 255) = 69.45%
R=5.09%
G=25.45%
B=69.45%

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
Decimal14701910.930.6300.25221.0286.3440.2
HexE46BF5D3F019dd5628
Octal161062771357703133512650
Binary11101000110101111111011101111111011001110111011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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