#0E2EBA

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

Shades of Persian Blue #0E2EBA

Tints of Persian Blue #0E2EBA

Color information

#0E2EBA (or 0x0E2EBA) is unknown color: approx Persian Blue. HEX triplet: 0E, 2E and BA. RGB value is (14,46,186). Sum of RGB (Red+Green+Blue) = 14+46+186=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E2EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2EBA is #F1D145. Grayscale: #333333. Windows color (decimal): -15847750 or 12201486. OLE color: 12201486.

HSL color Cylindrical-coordinate representation of color #0E2EBA: hue angle of 228.84º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2EBA is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1446186-
CMYK0.920.7500.27
HSL228.84º86%39.22%-
HSV(B)228.84º92.47%72.94%-
XYZ10.025.5947.01-
YUV52.39203.4100.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.69%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 186 (73.05% from 255) = 75.61%
R=5.69%
G=18.70%
B=75.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14461860.920.7500.27228.848639.22
HexE2EBA5C4B01Be55627
Octal165627213411303334512647
Binary11101011101011101010111001001011011011111001011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,46,186); }

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

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

 a { background-color: rgb(14,46,186); }

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

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

 span { border-color: rgb(14,46,186); }

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