#12056F

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

Shades of Midnight Blue #12056F

Tints of Midnight Blue #12056F

Color information

#12056F (or 0x12056F) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 6F. RGB value is (18,5,111). Sum of RGB (Red+Green+Blue) = 18+5+111=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 111 (43.75% from 255 or 82.84% from 134); Max value from RGB is 111 - color contains mainly: blue. Hex color #12056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12056F is #EDFA90. Grayscale: #141414. Windows color (decimal): -15596177 or 7275794. OLE color: 7275794.

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

Color convert

RGB185111-
CMYK0.840.9500.56
HSL247.36º91.38%22.75%-
HSV(B)247.36º95.5%43.53%-
XYZ3.171.3815.14-
YUV20.97178.81125.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 111 (43.75% from 255) = 82.84%
R=13.43%
G=3.73%
B=82.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1851110.840.9500.56247.3691.3822.75
Hex1256F545F038f75b17
Octal22515712413707036713327
Binary10010101110111110101001011111011100011110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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