#12056B

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

Shades of Midnight Blue #12056B

Tints of Midnight Blue #12056B

Color information

#12056B (or 0x12056B) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 6B. RGB value is (18,5,107). Sum of RGB (Red+Green+Blue) = 18+5+107=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #12056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12056B is #EDFA94. Grayscale: #141414. Windows color (decimal): -15596181 or 7013650. OLE color: 7013650.

HSL color Cylindrical-coordinate representation of color #12056B: hue angle of 247.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12056B is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB185107-
CMYK0.830.9500.58
HSL247.65º91.07%21.96%-
HSV(B)247.65º95.33%41.96%-
XYZ2.961.314-
YUV20.52176.81126.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 107 (42.19% from 255) = 82.31%
R=13.85%
G=3.85%
B=82.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1851070.830.9500.58247.6591.0721.96
Hex1256B535F03Af85b16
Octal22515312313707237013326
Binary10010101110101110100111011111011101011111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12056B; }

 p { color: rgb(18,5,107); }

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

<style>
 a { background-color: #12056B; }

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

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

<style>
 span { border-color: #12056B; }

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

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