#0E44E6

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

Shades of Persian Blue #0E44E6

Tints of Persian Blue #0E44E6

Color information

#0E44E6 (or 0x0E44E6) is unknown color: approx Persian Blue. HEX triplet: 0E, 44 and E6. RGB value is (14,68,230). Sum of RGB (Red+Green+Blue) = 14+68+230=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 230 (90.23% from 255 or 73.72% from 312); Max value from RGB is 230 - color contains mainly: blue. Hex color #0E44E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E44E6 is #F1BB19. Grayscale: #454545. Windows color (decimal): -15842074 or 15090702. OLE color: 15090702.

HSL color Cylindrical-coordinate representation of color #0E44E6: hue angle of 225º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E44E6 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1468230-
CMYK0.940.7000.10
HSL225º88.52%47.84%-
HSV(B)225º93.91%90.2%-
XYZ16.539.9475.91-
YUV70.32218.1187.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.49%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 230 (90.23% from 255) = 73.72%
R=4.49%
G=21.79%
B=73.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal14682300.940.7000.1022588.5247.84
HexE44E65E460Ae15930
Octal1610434613610601234113160
Binary11101000100111001101011110100011001010111000011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E44E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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