#0E40C9

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

Shades of Persian Blue #0E40C9

Tints of Persian Blue #0E40C9

Color information

#0E40C9 (or 0x0E40C9) is unknown color: approx Persian Blue. HEX triplet: 0E, 40 and C9. RGB value is (14,64,201). Sum of RGB (Red+Green+Blue) = 14+64+201=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #0E40C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E40C9 is #F1BF36. Grayscale: #404040. Windows color (decimal): -15843127 or 13189134. OLE color: 13189134.

HSL color Cylindrical-coordinate representation of color #0E40C9: hue angle of 223.96º 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 #0E40C9 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1464201-
CMYK0.930.6800.21
HSL223.96º86.98%42.16%-
HSV(B)223.96º93.03%78.82%-
XYZ12.567.9856.14-
YUV64.67204.9491.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.02%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 201 (78.91% from 255) = 72.04%
R=5.02%
G=22.94%
B=72.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14642010.930.6800.21223.9686.9842.16
HexE40C95D44015e0572a
Octal1610031113510402534012752
Binary111010000001100100110111011000100010101111000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E40C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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