#0E12CA

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

Shades of Medium Blue #0E12CA

Tints of Medium Blue #0E12CA

Color information

#0E12CA (or 0x0E12CA) is unknown color: approx Medium Blue. HEX triplet: 0E, 12 and CA. RGB value is (14,18,202). Sum of RGB (Red+Green+Blue) = 14+18+202=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 202 (79.30% from 255 or 86.32% from 234); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E12CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E12CA is #F1ED35. Grayscale: #252525. Windows color (decimal): -15854902 or 13242894. OLE color: 13242894.

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

Color convert

RGB1418202-
CMYK0.930.9100.21
HSL238.72º87.04%42.35%-
HSV(B)238.72º93.07%79.22%-
XYZ11.064.7956.22-
YUV37.78220.67111.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 202 (79.30% from 255) = 86.32%
R=5.98%
G=7.69%
B=86.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14182020.930.9100.21238.7287.0442.35
HexE12CA5D5B015ef572a
Octal162231213513302535712752
Binary1110100101100101010111011011011010101111011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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