#0E48D2

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

Shades of Persian Blue #0E48D2

Tints of Persian Blue #0E48D2

Color information

#0E48D2 (or 0x0E48D2) is unknown color: approx Persian Blue. HEX triplet: 0E, 48 and D2. RGB value is (14,72,210). Sum of RGB (Red+Green+Blue) = 14+72+210=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 210 (82.42% from 255 or 70.95% from 296); Max value from RGB is 210 - color contains mainly: blue. Hex color #0E48D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E48D2 is #F1B72D. Grayscale: #454545. Windows color (decimal): -15841070 or 13781006. OLE color: 13781006.

HSL color Cylindrical-coordinate representation of color #0E48D2: hue angle of 222.24º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E48D2 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1472210-
CMYK0.930.6600.18
HSL222.24º87.5%43.92%-
HSV(B)222.24º93.33%82.35%-
XYZ14.139.3862.04-
YUV70.39206.7887.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 210 (82.42% from 255) = 70.95%
R=4.73%
G=24.32%
B=70.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14722100.930.6600.18222.2487.543.92
HexE48D25D42012de582c
Octal1611032213510202233613054
Binary111010010001101001010111011000010010010110111101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E48D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,72,210); }

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

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

 a { background-color: rgb(14,72,210); }

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

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

 span { border-color: rgb(14,72,210); }

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