Html Css Color HEX #1201AA New Midnight Blue

📋 copy color: '#1201AA'

red 18 ◦ green 1 ◦ blue 170

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

Shades of New Midnight Blue #1201AA

Tints of New Midnight Blue #1201AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 89.95%

R = 9.52%
G = 0.53%
B = 89.95%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1201AA (or 0x1201AA) is known color: New Midnight Blue. HEX triplet: 12, 01 and AA. RGB value is (18,1,170). Sum of RGB (Red+Green+Blue) = 18+1+170=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #1201AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1201AA is #EDFE55. Grayscale: #181818. Windows color (decimal): -15597142 or 11141394. OLE color: 11141394.

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

Color convert

RGB 18 1 170 -
CMYK 0.89 0.99 0 0.33
HSL 246.04º 0.99% 0.34% -
HSV(B) 246.04º 0.99% 0.67% -
XYZ 7.52 3.05 38.22 -
YUV 25.35 209.63 122.76 -
System Red Green Blue C M Y K H S L
Decimal 18 1 170 0.89 0.99 0 0.33 246.04 0.99 0.34
Hex 12 1 AA 59 63 0 21 F6 63 22
Octal 22 1 252 131 143 0 41 366 143 42
Binary 10010 1 10101010 1011001 1100011 0 100001 11110110 1100011 100010

Color Harmonies of #1201AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201AA

Black with #1201AA

Text Example


Text Example

White with #1201AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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