#0E0ABD

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

Shades of Medium Blue #0E0ABD

Tints of Medium Blue #0E0ABD

Color information

#0E0ABD (or 0x0E0ABD) is unknown color: approx Medium Blue. HEX triplet: 0E, 0A and BD. RGB value is (14,10,189). Sum of RGB (Red+Green+Blue) = 14+10+189=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E0ABD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0ABD is #F1F542. Grayscale: #1E1E1E. Windows color (decimal): -15856963 or 12388878. OLE color: 12388878.

HSL color Cylindrical-coordinate representation of color #0E0ABD: hue angle of 241.34º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0ABD is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1410189-
CMYK0.930.9500.26
HSL241.34º89.95%39.02%-
HSV(B)241.34º94.71%74.12%-
XYZ9.473.9848.41-
YUV31.6216.83115.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 189 (74.22% from 255) = 88.73%
R=6.57%
G=4.69%
B=88.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14101890.930.9500.26241.3489.9539.02
HexEABD5D5F01Af15a27
Octal161227513513703236113247
Binary111010101011110110111011011111011010111100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,10,189); }

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

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

 a { background-color: rgb(14,10,189); }

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

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

 span { border-color: rgb(14,10,189); }

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