Html Css Color HEX #140CCB Medium Blue

📋 copy color: '#140CCB'

red 20 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #140CCB

Tints of Medium Blue #140CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

 BLUE value IS 203 (79.69% from 255) = 86.38%

R = 8.51%
G = 5.11%
B = 86.38%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#140CCB (or 0x140CCB) is known color: Medium Blue. HEX triplet: 14, 0C and CB. RGB value is (20,12,203). Sum of RGB (Red+Green+Blue) = 20+12+203=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #140CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CCB is #EBF334. Grayscale: #232323. Windows color (decimal): -15463221 or 13306900. OLE color: 13306900.

HSL color Cylindrical-coordinate representation of color #140CCB: hue angle of 242.51º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140CCB is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 12 203 -
CMYK 0.90 0.94 0 0.20
HSL 242.51º 0.89% 0.42% -
HSV(B) 242.51º 0.94% 0.8% -
XYZ 11.2 4.72 56.82 -
YUV 36.17 222.15 116.47 -
System Red Green Blue C M Y K H S L
Decimal 20 12 203 0.90 0.94 0 0.20 242.51 0.89 0.42
Hex 14 C CB 5A 5E 0 14 F3 59 2A
Octal 24 14 313 132 136 0 24 363 131 52
Binary 10100 1100 11001011 1011010 1011110 0 10100 11110011 1011001 101010

Color Harmonies of #140CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CCB

Black with #140CCB

Text Example


Text Example

White with #140CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,12,203); }

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

background-color css

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

 a { background-color: rgb(20,12,203); }

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

border-color css

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

 span { border-color: rgb(20,12,203); }

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