#0E44E3

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

Shades of Persian Blue #0E44E3

Tints of Persian Blue #0E44E3

Color information

#0E44E3 (or 0x0E44E3) is unknown color: approx Persian Blue. HEX triplet: 0E, 44 and E3. RGB value is (14,68,227). Sum of RGB (Red+Green+Blue) = 14+68+227=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 227 (89.06% from 255 or 73.46% from 309); Max value from RGB is 227 - color contains mainly: blue. Hex color #0E44E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E44E3 is #F1BB1C. Grayscale: #454545. Windows color (decimal): -15842077 or 14894094. OLE color: 14894094.

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

Color convert

RGB1468227-
CMYK0.940.7000.11
HSL224.79º88.38%47.25%-
HSV(B)224.79º93.83%89.02%-
XYZ16.119.7773.71-
YUV69.98216.6188.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.53%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 227 (89.06% from 255) = 73.46%
R=4.53%
G=22.01%
B=73.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14682270.940.7000.11224.7988.3847.25
HexE44E35E460Be1582f
Octal1610434313610601334113057
Binary11101000100111000111011110100011001011111000011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E44E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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