#1216B3

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

Shades of New Midnight Blue #1216B3

Tints of New Midnight Blue #1216B3

Color information

#1216B3 (or 0x1216B3) is unknown color: approx New Midnight Blue. HEX triplet: 12, 16 and B3. RGB value is (18,22,179). Sum of RGB (Red+Green+Blue) = 18+22+179=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 179 (70.31% from 255 or 81.74% from 219); Max value from RGB is 179 - color contains mainly: blue. Hex color #1216B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216B3 is #EDE94C. Grayscale: #262626. Windows color (decimal): -15591757 or 11736594. OLE color: 11736594.

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

Color convert

RGB1822179-
CMYK0.900.8800.30
HSL238.51º81.73%38.63%-
HSV(B)238.51º89.94%70.2%-
XYZ8.673.9642.95-
YUV38.7207.17113.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 179 (70.31% from 255) = 81.74%
R=8.22%
G=10.05%
B=81.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18221790.900.8800.30238.5181.7338.63
Hex1216B35A5801Eef5227
Octal222626313213003635712247
Binary10010101101011001110110101011000011110111011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1216B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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