#0E3EB6

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

Shades of Persian Blue #0E3EB6

Tints of Persian Blue #0E3EB6

Color information

#0E3EB6 (or 0x0E3EB6) is unknown color: approx Persian Blue. HEX triplet: 0E, 3E and B6. RGB value is (14,62,182). Sum of RGB (Red+Green+Blue) = 14+62+182=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 182 (71.48% from 255 or 70.54% from 258); Max value from RGB is 182 - color contains mainly: blue. Hex color #0E3EB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3EB6 is #F1C149. Grayscale: #3C3C3C. Windows color (decimal): -15843658 or 11943438. OLE color: 11943438.

HSL color Cylindrical-coordinate representation of color #0E3EB6: hue angle of 222.86º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3EB6 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1462182-
CMYK0.920.6600.29
HSL222.86º85.71%38.43%-
HSV(B)222.86º92.31%71.37%-
XYZ10.356.9245.05-
YUV61.33196.194.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.43%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 182 (71.48% from 255) = 70.54%
R=5.43%
G=24.03%
B=70.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14621820.920.6600.29222.8685.7138.43
HexE3EB65C4201Ddf5626
Octal167626613410203533712646
Binary11101111101011011010111001000010011101110111111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,62,182); }

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

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

 a { background-color: rgb(14,62,182); }

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

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

 span { border-color: rgb(14,62,182); }

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