#0E0BCC

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

Shades of Medium Blue #0E0BCC

Tints of Medium Blue #0E0BCC

Color information

#0E0BCC (or 0x0E0BCC) is unknown color: approx Medium Blue. HEX triplet: 0E, 0B and CC. RGB value is (14,11,204). Sum of RGB (Red+Green+Blue) = 14+11+204=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 204 (80.08% from 255 or 89.08% from 229); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E0BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0BCC is #F1F433. Grayscale: #212121. Windows color (decimal): -15856692 or 13372174. OLE color: 13372174.

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

Color convert

RGB1411204-
CMYK0.930.9500.2
HSL240.93º89.77%42.16%-
HSV(B)240.93º94.61%80%-
XYZ11.24.6957.44-
YUV33.9223.99113.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 204 (80.08% from 255) = 89.08%
R=6.11%
G=4.80%
B=89.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14112040.930.9500.2240.9389.7742.16
HexEBCC5D5F014f15a2a
Octal161331413513702436113252
Binary111010111100110010111011011111010100111100011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,11,204); }

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

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

 a { background-color: rgb(14,11,204); }

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

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

 span { border-color: rgb(14,11,204); }

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