#0E42E3

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

Shades of Persian Blue #0E42E3

Tints of Persian Blue #0E42E3

Color information

#0E42E3 (or 0x0E42E3) is unknown color: approx Persian Blue. HEX triplet: 0E, 42 and E3. RGB value is (14,66,227). Sum of RGB (Red+Green+Blue) = 14+66+227=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 227 (89.06% from 255 or 73.94% from 307); Max value from RGB is 227 - color contains mainly: blue. Hex color #0E42E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E42E3 is #F1BD1C. Grayscale: #444444. Windows color (decimal): -15842589 or 14893582. OLE color: 14893582.

HSL color Cylindrical-coordinate representation of color #0E42E3: hue angle of 225.35º 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 #0E42E3 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1466227-
CMYK0.940.7100.11
HSL225.35º88.38%47.25%-
HSV(B)225.35º93.83%89.02%-
XYZ15.999.5473.67-
YUV68.81217.2788.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.56%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 227 (89.06% from 255) = 73.94%
R=4.56%
G=21.50%
B=73.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14662270.940.7100.11225.3588.3847.25
HexE42E35E470Be1582f
Octal1610234313610701334113057
Binary11101000010111000111011110100011101011111000011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E42E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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