Html Css Color HEX #1012AA New Midnight Blue

📋 copy color: '#1012AA'

red 16 ◦ green 18 ◦ blue 170

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

Shades of New Midnight Blue #1012AA

Tints of New Midnight Blue #1012AA

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1012AA (or 0x1012AA) is known color: New Midnight Blue. HEX triplet: 10, 12 and AA. RGB value is (16,18,170). Sum of RGB (Red+Green+Blue) = 16+18+170=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 18 (7.42% from 255 or 8.82% 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 #1012AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1012AA is #EFED55. Grayscale: #222222. Windows color (decimal): -15723862 or 11145744. OLE color: 11145744.

HSL color Cylindrical-coordinate representation of color #1012AA: hue angle of 239.22º 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 #1012AA is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 18 170 -
CMYK 0.91 0.89 0 0.33
HSL 239.22º 0.83% 0.36% -
HSV(B) 239.22º 0.91% 0.67% -
XYZ 7.69 3.45 38.29 -
YUV 34.73 204.34 114.64 -
System Red Green Blue C M Y K H S L
Decimal 16 18 170 0.91 0.89 0 0.33 239.22 0.83 0.36
Hex 10 12 AA 5B 59 0 21 EF 53 24
Octal 20 22 252 133 131 0 41 357 123 44
Binary 10000 10010 10101010 1011011 1011001 0 100001 11101111 1010011 100100

Color Harmonies of #1012AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012AA

Black with #1012AA

Text Example


Text Example

White with #1012AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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