#0E0CBB

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

Shades of Medium Blue #0E0CBB

Tints of Medium Blue #0E0CBB

Color information

#0E0CBB (or 0x0E0CBB) is unknown color: approx Medium Blue. HEX triplet: 0E, 0C and BB. RGB value is (14,12,187). Sum of RGB (Red+Green+Blue) = 14+12+187=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 187 (73.44% from 255 or 87.79% from 213); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E0CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0CBB is #F1F344. Grayscale: #1F1F1F. Windows color (decimal): -15856453 or 12258318. OLE color: 12258318.

HSL color Cylindrical-coordinate representation of color #0E0CBB: hue angle of 240.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0CBB is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1412187-
CMYK0.930.9400.27
HSL240.69º87.94%39.02%-
HSV(B)240.69º93.58%73.33%-
XYZ9.283.9447.29-
YUV32.55215.16114.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 187 (73.44% from 255) = 87.79%
R=6.57%
G=5.63%
B=87.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14121870.930.9400.27240.6987.9439.02
HexECBB5D5E01Bf15827
Octal161427313513603336113047
Binary111011001011101110111011011110011011111100011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,12,187); }

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

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

 a { background-color: rgb(14,12,187); }

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

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

 span { border-color: rgb(14,12,187); }

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