#12216F

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

Shades of Midnight Blue #12216F

Tints of Midnight Blue #12216F

Color information

#12216F (or 0x12216F) is unknown color: approx Midnight Blue. HEX triplet: 12, 21 and 6F. RGB value is (18,33,111). Sum of RGB (Red+Green+Blue) = 18+33+111=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #12216F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12216F is #EDDE90. Grayscale: #252525. Windows color (decimal): -15589009 or 7282962. OLE color: 7282962.

HSL color Cylindrical-coordinate representation of color #12216F: hue angle of 230.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12216F is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1833111-
CMYK0.840.7000.56
HSL230.32º72.09%25.29%-
HSV(B)230.32º83.78%43.53%-
XYZ3.662.3615.3-
YUV37.41169.53114.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 111 (43.75% from 255) = 68.52%
R=11.11%
G=20.37%
B=68.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18331110.840.7000.56230.3272.0925.29
Hex12216F5446038e64819
Octal224115712410607034611031
Binary10010100001110111110101001000110011100011100110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12216F; }

 p { color: rgb(18,33,111); }

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

<style>
 a { background-color: #12216F; }

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

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

<style>
 span { border-color: #12216F; }

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

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