Html Css Color HEX #1212AB New Midnight Blue

📋 copy color: '#1212AB'

red 18 ◦ green 18 ◦ blue 171

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

Shades of New Midnight Blue #1212AB

Tints of New Midnight Blue #1212AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 8.7%
G = 8.7%
B = 82.61%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1212AB (or 0x1212AB) is known color: New Midnight Blue. HEX triplet: 12, 12 and AB. RGB value is (18,18,171). Sum of RGB (Red+Green+Blue) = 18+18+171=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #1212AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1212AB is #EDED54. Grayscale: #222222. Windows color (decimal): -15592789 or 11211282. OLE color: 11211282.

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

Color convert

RGB 18 18 171 -
CMYK 0.89 0.89 0 0.33
HSL 240º 0.81% 0.37% -
HSV(B) 240º 0.89% 0.67% -
XYZ 7.82 3.5 38.79 -
YUV 35.44 204.5 115.56 -
System Red Green Blue C M Y K H S L
Decimal 18 18 171 0.89 0.89 0 0.33 240 0.81 0.37
Hex 12 12 AB 59 59 0 21 F0 51 25
Octal 22 22 253 131 131 0 41 360 121 45
Binary 10010 10010 10101011 1011001 1011001 0 100001 11110000 1010001 100101

Color Harmonies of #1212AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1212AB

Black with #1212AB

Text Example


Text Example

White with #1212AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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