Html Css Color HEX #1200AA New Midnight Blue

📋 copy color: '#1200AA'

red 18 ◦ green 0 ◦ blue 170

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

Shades of New Midnight Blue #1200AA

Tints of New Midnight Blue #1200AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.57%
G = 0%
B = 90.43%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1200AA (or 0x1200AA) is known color: New Midnight Blue. HEX triplet: 12, 00 and AA. RGB value is (18,0,170). Sum of RGB (Red+Green+Blue) = 18+0+170=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 170 (66.80% from 255 or 90.43% from 188); Max value from RGB is 170 - color contains mainly: blue. Hex color #1200AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1200AA is #EDFF55. Grayscale: #181818. Windows color (decimal): -15597398 or 11141138. OLE color: 11141138.

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

Color convert

RGB 18 0 170 -
CMYK 0.89 1 0 0.33
HSL 246.35º 1% 0.33% -
HSV(B) 246.35º 1% 0.67% -
XYZ 7.51 3.03 38.22 -
YUV 24.76 209.96 123.18 -
System Red Green Blue C M Y K H S L
Decimal 18 0 170 0.89 1 0 0.33 246.35 1 0.33
Hex 12 0 AA 59 64 0 21 F6 64 21
Octal 22 0 252 131 144 0 41 366 144 41
Binary 10010 0 10101010 1011001 1100100 0 100001 11110110 1100100 100001

Color Harmonies of #1200AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1200AA

Black with #1200AA

Text Example


Text Example

White with #1200AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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