#0E20C1

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

Shades of Persian Blue #0E20C1

Tints of Persian Blue #0E20C1

Color information

#0E20C1 (or 0x0E20C1) is unknown color: approx Persian Blue. HEX triplet: 0E, 20 and C1. RGB value is (14,32,193). Sum of RGB (Red+Green+Blue) = 14+32+193=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E20C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E20C1 is #F1DF3E. Grayscale: #2C2C2C. Windows color (decimal): -15851327 or 12656654. OLE color: 12656654.

HSL color Cylindrical-coordinate representation of color #0E20C1: hue angle of 233.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E20C1 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1432193-
CMYK0.930.8300.24
HSL233.97º86.47%40.59%-
HSV(B)233.97º92.75%75.69%-
XYZ10.324.9850.87-
YUV44.97211.54105.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.86%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 193 (75.78% from 255) = 80.75%
R=5.86%
G=13.39%
B=80.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14321930.930.8300.24233.9786.4740.59
HexE20C15D53018ea5629
Octal164030113512303035212651
Binary11101000001100000110111011010011011000111010101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E20C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,32,193); }

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

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

 a { background-color: rgb(14,32,193); }

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

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

 span { border-color: rgb(14,32,193); }

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