Html Css Color HEX #1210AB New Midnight Blue

📋 copy color: '#1210AB'

red 18 ◦ green 16 ◦ blue 171

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

Shades of New Midnight Blue #1210AB

Tints of New Midnight Blue #1210AB

RGB

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

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

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

R = 8.78%
G = 7.8%
B = 83.41%

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

#1210AB (or 0x1210AB) is known color: New Midnight Blue. HEX triplet: 12, 10 and AB. RGB value is (18,16,171). Sum of RGB (Red+Green+Blue) = 18+16+171=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #1210AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1210AB is #EDEF54. Grayscale: #212121. Windows color (decimal): -15593301 or 11210770. OLE color: 11210770.

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

Color convert

RGB 18 16 171 -
CMYK 0.89 0.91 0 0.33
HSL 240.77º 0.83% 0.37% -
HSV(B) 240.77º 0.91% 0.67% -
XYZ 7.79 3.44 38.78 -
YUV 34.27 205.16 116.4 -
System Red Green Blue C M Y K H S L
Decimal 18 16 171 0.89 0.91 0 0.33 240.77 0.83 0.37
Hex 12 10 AB 59 5B 0 21 F1 53 25
Octal 22 20 253 131 133 0 41 361 123 45
Binary 10010 10000 10101011 1011001 1011011 0 100001 11110001 1010011 100101

Color Harmonies of #1210AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1210AB

Black with #1210AB

Text Example


Text Example

White with #1210AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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