Html Css Color HEX #1210AA New Midnight Blue

📋 copy color: '#1210AA'

red 18 ◦ green 16 ◦ blue 170

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

Shades of New Midnight Blue #1210AA

Tints of New Midnight Blue #1210AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 8.82%
G = 7.84%
B = 83.33%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1210AA (or 0x1210AA) is known color: New Midnight Blue. HEX triplet: 12, 10 and AA. RGB value is (18,16,170). Sum of RGB (Red+Green+Blue) = 18+16+170=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #1210AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1210AA is #EDEF55. Grayscale: #212121. Windows color (decimal): -15593302 or 11145234. OLE color: 11145234.

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

Color convert

RGB 18 16 170 -
CMYK 0.89 0.91 0 0.33
HSL 240.78º 0.83% 0.36% -
HSV(B) 240.78º 0.91% 0.67% -
XYZ 7.69 3.4 38.28 -
YUV 34.15 204.66 116.48 -
System Red Green Blue C M Y K H S L
Decimal 18 16 170 0.89 0.91 0 0.33 240.78 0.83 0.36
Hex 12 10 AA 59 5B 0 21 F1 53 24
Octal 22 20 252 131 133 0 41 361 123 44
Binary 10010 10000 10101010 1011001 1011011 0 100001 11110001 1010011 100100

Color Harmonies of #1210AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1210AA

Black with #1210AA

Text Example


Text Example

White with #1210AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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