#12056D

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

Shades of Midnight Blue #12056D

Tints of Midnight Blue #12056D

Color information

#12056D (or 0x12056D) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 6D. RGB value is (18,5,109). Sum of RGB (Red+Green+Blue) = 18+5+109=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #12056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12056D is #EDFA92. Grayscale: #141414. Windows color (decimal): -15596179 or 7144722. OLE color: 7144722.

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

Color convert

RGB185109-
CMYK0.830.9500.57
HSL247.5º91.23%22.35%-
HSV(B)247.5º95.41%42.75%-
XYZ3.061.3414.57-
YUV20.74177.81126.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 109 (42.97% from 255) = 82.58%
R=13.64%
G=3.79%
B=82.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1851090.830.9500.57247.591.2322.35
Hex1256D535F039f85b16
Octal22515512313707137013326
Binary10010101110110110100111011111011100111111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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