Html Css Color HEX #140EBB Medium Blue

📋 copy color: '#140EBB'

red 20 ◦ green 14 ◦ blue 187

#140EBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #140EBB

Tints of Medium Blue #140EBB

RGB

 RED value IS 20 (8.2% from 255) = 9.05%

 GREEN value IS 14 (5.86% from 255) = 6.33%

 BLUE value IS 187 (73.44% from 255) = 84.62%

R = 9.05%
G = 6.33%
B = 84.62%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#140EBB (or 0x140EBB) is known color: Medium Blue. HEX triplet: 14, 0E and BB. RGB value is (20,14,187). Sum of RGB (Red+Green+Blue) = 20+14+187=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #140EBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140EBB is #EBF144. Grayscale: #222222. Windows color (decimal): -15462725 or 12258836. OLE color: 12258836.

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

Color convert

RGB 20 14 187 -
CMYK 0.89 0.93 0 0.27
HSL 242.08º 0.86% 0.39% -
HSV(B) 242.08º 0.93% 0.73% -
XYZ 9.42 4.05 47.3 -
YUV 35.52 213.49 116.93 -
System Red Green Blue C M Y K H S L
Decimal 20 14 187 0.89 0.93 0 0.27 242.08 0.86 0.39
Hex 14 E BB 59 5D 0 1B F2 56 27
Octal 24 16 273 131 135 0 33 362 126 47
Binary 10100 1110 10111011 1011001 1011101 0 11011 11110010 1010110 100111

Color Harmonies of #140EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140EBB

Black with #140EBB

Text Example


Text Example

White with #140EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #140EBB;
 }
 .AnyTagClassName
 {
   color: #140EBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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