Html Css Color HEX #120DAB New Midnight Blue

📋 copy color: '#120DAB'

red 18 ◦ green 13 ◦ blue 171

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

Shades of New Midnight Blue #120DAB

Tints of New Midnight Blue #120DAB

RGB

 RED value IS 18 (7.42% from 255) = 8.91%

 GREEN value IS 13 (5.47% from 255) = 6.44%

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

R = 8.91%
G = 6.44%
B = 84.65%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#120DAB (or 0x120DAB) is known color: New Midnight Blue. HEX triplet: 12, 0D and AB. RGB value is (18,13,171). Sum of RGB (Red+Green+Blue) = 18+13+171=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #120DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120DAB is #EDF254. Grayscale: #1F1F1F. Windows color (decimal): -15594069 or 11210002. OLE color: 11210002.

HSL color Cylindrical-coordinate representation of color #120DAB: hue angle of 241.9º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120DAB is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 13 171 -
CMYK 0.89 0.92 0 0.33
HSL 241.9º 0.86% 0.36% -
HSV(B) 241.9º 0.92% 0.67% -
XYZ 7.74 3.36 38.77 -
YUV 32.51 206.16 117.65 -
System Red Green Blue C M Y K H S L
Decimal 18 13 171 0.89 0.92 0 0.33 241.9 0.86 0.36
Hex 12 D AB 59 5C 0 21 F2 56 24
Octal 22 15 253 131 134 0 41 362 126 44
Binary 10010 1101 10101011 1011001 1011100 0 100001 11110010 1010110 100100

Color Harmonies of #120DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DAB

Black with #120DAB

Text Example


Text Example

White with #120DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120DAB; }

 p { color: rgb(18,13,171); }

 H1.HeaderClassName
 {
   color: #120DAB;
 }
 .AnyTagClassName
 {
   color: #120DAB;
 }
</style>

background-color css

<style>
 a { background-color: #120DAB; }

 a { background-color: rgb(18,13,171); }

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

border-color css

<style>
 span { border-color: #120DAB; }

 span { border-color: rgb(18,13,171); }

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