Html Css Color HEX #140CAB New Midnight Blue

📋 copy color: '#140CAB'

red 20 ◦ green 12 ◦ blue 171

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

Shades of New Midnight Blue #140CAB

Tints of New Midnight Blue #140CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 84.24%

R = 9.85%
G = 5.91%
B = 84.24%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#140CAB (or 0x140CAB) is known color: New Midnight Blue. HEX triplet: 14, 0C and AB. RGB value is (20,12,171). Sum of RGB (Red+Green+Blue) = 20+12+171=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #140CAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140CAB is #EBF354. Grayscale: #1F1F1F. Windows color (decimal): -15463253 or 11209748. OLE color: 11209748.

HSL color Cylindrical-coordinate representation of color #140CAB: hue angle of 243.02º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140CAB is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 12 171 -
CMYK 0.88 0.93 0 0.33
HSL 243.02º 0.87% 0.36% -
HSV(B) 243.02º 0.93% 0.67% -
XYZ 7.77 3.35 38.77 -
YUV 32.52 206.15 119.07 -
System Red Green Blue C M Y K H S L
Decimal 20 12 171 0.88 0.93 0 0.33 243.02 0.87 0.36
Hex 14 C AB 58 5D 0 21 F3 57 24
Octal 24 14 253 130 135 0 41 363 127 44
Binary 10100 1100 10101011 1011000 1011101 0 100001 11110011 1010111 100100

Color Harmonies of #140CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CAB

Black with #140CAB

Text Example


Text Example

White with #140CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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