#0E3AC9

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

Shades of Persian Blue #0E3AC9

Tints of Persian Blue #0E3AC9

Color information

#0E3AC9 (or 0x0E3AC9) is unknown color: approx Persian Blue. HEX triplet: 0E, 3A and C9. RGB value is (14,58,201). Sum of RGB (Red+Green+Blue) = 14+58+201=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #0E3AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3AC9 is #F1C536. Grayscale: #3C3C3C. Windows color (decimal): -15844663 or 13187598. OLE color: 13187598.

HSL color Cylindrical-coordinate representation of color #0E3AC9: hue angle of 225.88º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3AC9 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1458201-
CMYK0.930.7100.21
HSL225.88º86.98%42.16%-
HSV(B)225.88º93.03%78.82%-
XYZ12.247.3456.03-
YUV61.15206.9294.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.13%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 201 (78.91% from 255) = 73.63%
R=5.13%
G=21.25%
B=73.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14582010.930.7100.21225.8886.9842.16
HexE3AC95D47015e2572a
Octal167231113510702534212752
Binary11101110101100100110111011000111010101111000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,58,201); }

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

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

 a { background-color: rgb(14,58,201); }

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

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

 span { border-color: rgb(14,58,201); }

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