Html Css Color HEX #140BCC Medium Blue

📋 copy color: '#140BCC'

red 20 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #140BCC

Tints of Medium Blue #140BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.68%

 BLUE value IS 204 (80.08% from 255) = 86.81%

R = 8.51%
G = 4.68%
B = 86.81%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#140BCC (or 0x140BCC) is known color: Medium Blue. HEX triplet: 14, 0B and CC. RGB value is (20,11,204). Sum of RGB (Red+Green+Blue) = 20+11+204=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #140BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BCC is #EBF433. Grayscale: #222222. Windows color (decimal): -15463476 or 13372180. OLE color: 13372180.

HSL color Cylindrical-coordinate representation of color #140BCC: hue angle of 242.8º 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 #140BCC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 11 204 -
CMYK 0.90 0.95 0 0.2
HSL 242.8º 0.9% 0.42% -
HSV(B) 242.8º 0.95% 0.8% -
XYZ 11.31 4.75 57.45 -
YUV 35.69 222.98 116.81 -
System Red Green Blue C M Y K H S L
Decimal 20 11 204 0.90 0.95 0 0.2 242.8 0.9 0.42
Hex 14 B CC 5A 5F 0 14 F3 5A 2A
Octal 24 13 314 132 137 0 24 363 132 52
Binary 10100 1011 11001100 1011010 1011111 0 10100 11110011 1011010 101010

Color Harmonies of #140BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BCC

Black with #140BCC

Text Example


Text Example

White with #140BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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