#1216B1

Color #1216B1 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #1216B1

Tints of New Midnight Blue #1216B1

Color information

#1216B1 (or 0x1216B1) is unknown color: approx New Midnight Blue. HEX triplet: 12, 16 and B1. RGB value is (18,22,177). Sum of RGB (Red+Green+Blue) = 18+22+177=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 177 (69.53% from 255 or 81.57% from 217); Max value from RGB is 177 - color contains mainly: blue. Hex color #1216B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1216B1 is #EDE94E. Grayscale: #252525. Windows color (decimal): -15591759 or 11605522. OLE color: 11605522.

HSL color Cylindrical-coordinate representation of color #1216B1: hue angle of 238.49º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1216B1 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1822177-
CMYK0.900.8800.31
HSL238.49º81.54%38.24%-
HSV(B)238.49º89.83%69.41%-
XYZ8.473.8841.9-
YUV38.47206.17113.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 177 (69.53% from 255) = 81.57%
R=8.29%
G=10.14%
B=81.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18221770.900.8800.31238.4981.5438.24
Hex1216B15A5801Fee5226
Octal222626113213003735612246
Binary10010101101011000110110101011000011111111011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1216B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1216B1; }

 p { color: rgb(18,22,177); }

 H1.HeaderClassName
 {
   color: #1216B1;
 }
 .AnyTagClassName
 {
   color: #1216B1;
 }
</style>
background-color css

<style>
 a { background-color: #1216B1; }

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

 div.DivClassName
 {
   background-color: #1216B1;
 }
 .BgClassName
 {
   background-color: #1216B1;
 }
</style>
border-color css

<style>
 span { border-color: #1216B1; }

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

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