#140BCE

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

Shades of Medium Blue #140BCE

Tints of Medium Blue #140BCE

Color information

#140BCE (or 0x140BCE) is unknown color: approx Medium Blue. HEX triplet: 14, 0B and CE. RGB value is (20,11,206). Sum of RGB (Red+Green+Blue) = 20+11+206=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 206 (80.86% from 255 or 86.92% from 237); Max value from RGB is 206 - color contains mainly: blue. Hex color #140BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BCE is #EBF431. Grayscale: #232323. Windows color (decimal): -15463474 or 13503252. OLE color: 13503252.

HSL color Cylindrical-coordinate representation of color #140BCE: hue angle of 242.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140BCE is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2011206-
CMYK0.900.9500.19
HSL242.77º89.86%42.55%-
HSV(B)242.77º94.66%80.78%-
XYZ11.554.8458.72-
YUV35.92223.98116.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.44%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 206 (80.86% from 255) = 86.92%
R=8.44%
G=4.64%
B=86.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20112060.900.9500.19242.7789.8642.55
Hex14BCE5A5F013f35a2b
Octal241331613213702336313253
Binary1010010111100111010110101011111010011111100111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140BCE; }

 p { color: rgb(20,11,206); }

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

<style>
 a { background-color: #140BCE; }

 a { background-color: rgb(20,11,206); }

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

<style>
 span { border-color: #140BCE; }

 span { border-color: rgb(20,11,206); }

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