#0E40B8

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

Shades of Persian Blue #0E40B8

Tints of Persian Blue #0E40B8

Color information

#0E40B8 (or 0x0E40B8) is unknown color: approx Persian Blue. HEX triplet: 0E, 40 and B8. RGB value is (14,64,184). Sum of RGB (Red+Green+Blue) = 14+64+184=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 184 (72.27% from 255 or 70.23% from 262); Max value from RGB is 184 - color contains mainly: blue. Hex color #0E40B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E40B8 is #F1BF47. Grayscale: #3E3E3E. Windows color (decimal): -15843144 or 12075022. OLE color: 12075022.

HSL color Cylindrical-coordinate representation of color #0E40B8: hue angle of 222.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E40B8 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1464184-
CMYK0.920.6500.28
HSL222.35º85.86%38.82%-
HSV(B)222.35º92.39%72.16%-
XYZ10.677.2246.18-
YUV62.73196.4493.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 184 (72.27% from 255) = 70.23%
R=5.34%
G=24.43%
B=70.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14641840.920.6500.28222.3585.8638.82
HexE40B85C4101Cde5627
Octal1610027013410103433612647
Binary111010000001011100010111001000001011100110111101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E40B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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