#0E03CA

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

Shades of Medium Blue #0E03CA

Tints of Medium Blue #0E03CA

Color information

#0E03CA (or 0x0E03CA) is unknown color: approx Medium Blue. HEX triplet: 0E, 03 and CA. RGB value is (14,3,202). Sum of RGB (Red+Green+Blue) = 14+3+202=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 202 (79.30% from 255 or 92.24% from 219); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E03CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E03CA is #F1FC35. Grayscale: #1C1C1C. Windows color (decimal): -15858742 or 13239054. OLE color: 13239054.

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

Color convert

RGB143202-
CMYK0.930.9900.21
HSL243.32º97.07%40.2%-
HSV(B)243.32º98.51%79.22%-
XYZ10.874.4256.16-
YUV28.98225.64117.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.39%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 202 (79.30% from 255) = 92.24%
R=6.39%
G=1.37%
B=92.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432020.930.9900.21243.3297.0740.2
HexE3CA5D63015f36128
Octal16331213514302536314150
Binary1110111100101010111011100011010101111100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E03CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,202); }

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

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

 a { background-color: rgb(14,3,202); }

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

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

 span { border-color: rgb(14,3,202); }

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