#0E32E3

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

Shades of Persian Blue #0E32E3

Tints of Persian Blue #0E32E3

Color information

#0E32E3 (or 0x0E32E3) is unknown color: approx Persian Blue. HEX triplet: 0E, 32 and E3. RGB value is (14,50,227). Sum of RGB (Red+Green+Blue) = 14+50+227=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 227 (89.06% from 255 or 78.01% from 291); Max value from RGB is 227 - color contains mainly: blue. Hex color #0E32E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E32E3 is #F1CD1C. Grayscale: #3A3A3A. Windows color (decimal): -15846685 or 14889486. OLE color: 14889486.

HSL color Cylindrical-coordinate representation of color #0E32E3: hue angle of 229.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E32E3 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1450227-
CMYK0.940.7800.11
HSL229.86º88.38%47.25%-
HSV(B)229.86º93.83%89.02%-
XYZ15.197.9273.4-
YUV59.41222.5795.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.81%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 227 (89.06% from 255) = 78.01%
R=4.81%
G=17.18%
B=78.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14502270.940.7800.11229.8688.3847.25
HexE32E35E4E0Be6582f
Octal166234313611601334613057
Binary1110110010111000111011110100111001011111001101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E32E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,227); }

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

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

 a { background-color: rgb(14,50,227); }

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

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

 span { border-color: rgb(14,50,227); }

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