Html Css Color HEX #140CAC New Midnight Blue

📋 copy color: '#140CAC'

red 20 ◦ green 12 ◦ blue 172

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

Shades of New Midnight Blue #140CAC

Tints of New Midnight Blue #140CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 84.31%

R = 9.8%
G = 5.88%
B = 84.31%

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

#140CAC (or 0x140CAC) is known color: New Midnight Blue. HEX triplet: 14, 0C and AC. RGB value is (20,12,172). Sum of RGB (Red+Green+Blue) = 20+12+172=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #140CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140CAC is #EBF353. Grayscale: #202020. Windows color (decimal): -15463252 or 11275284. OLE color: 11275284.

HSL color Cylindrical-coordinate representation of color #140CAC: hue angle of 243º 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 #140CAC is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 12 172 -
CMYK 0.88 0.93 0 0.33
HSL 243º 0.87% 0.36% -
HSV(B) 243º 0.93% 0.67% -
XYZ 7.87 3.39 39.27 -
YUV 32.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 20 12 172 0.88 0.93 0 0.33 243 0.87 0.36
Hex 14 C AC 58 5D 0 21 F3 57 24
Octal 24 14 254 130 135 0 41 363 127 44
Binary 10100 1100 10101100 1011000 1011101 0 100001 11110011 1010111 100100

Color Harmonies of #140CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CAC

Black with #140CAC

Text Example


Text Example

White with #140CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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