Html Css Color HEX #1201AD New Midnight Blue

📋 copy color: '#1201AD'

red 18 ◦ green 1 ◦ blue 173

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

Shades of New Midnight Blue #1201AD

Tints of New Midnight Blue #1201AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 173 (67.97% from 255) = 90.1%

R = 9.38%
G = 0.52%
B = 90.1%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1201AD (or 0x1201AD) is known color: New Midnight Blue. HEX triplet: 12, 01 and AD. RGB value is (18,1,173). Sum of RGB (Red+Green+Blue) = 18+1+173=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 173 (67.97% from 255 or 90.10% from 192); Max value from RGB is 173 - color contains mainly: blue. Hex color #1201AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1201AD is #EDFE52. Grayscale: #191919. Windows color (decimal): -15597139 or 11338002. OLE color: 11338002.

HSL color Cylindrical-coordinate representation of color #1201AD: hue angle of 245.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1201AD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 1 173 -
CMYK 0.90 0.99 0 0.32
HSL 245.93º 0.99% 0.34% -
HSV(B) 245.93º 0.99% 0.68% -
XYZ 7.8 3.17 39.74 -
YUV 25.69 211.13 122.51 -
System Red Green Blue C M Y K H S L
Decimal 18 1 173 0.90 0.99 0 0.32 245.93 0.99 0.34
Hex 12 1 AD 5A 63 0 20 F6 63 22
Octal 22 1 255 132 143 0 40 366 143 42
Binary 10010 1 10101101 1011010 1100011 0 100000 11110110 1100011 100010

Color Harmonies of #1201AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201AD

Black with #1201AD

Text Example


Text Example

White with #1201AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1201AD; }

 p { color: rgb(18,1,173); }

 H1.HeaderClassName
 {
   color: #1201AD;
 }
 .AnyTagClassName
 {
   color: #1201AD;
 }
</style>

background-color css

<style>
 a { background-color: #1201AD; }

 a { background-color: rgb(18,1,173); }

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

border-color css

<style>
 span { border-color: #1201AD; }

 span { border-color: rgb(18,1,173); }

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