#12135F

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

Shades of Midnight Blue #12135F

Tints of Midnight Blue #12135F

Color information

#12135F (or 0x12135F) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 5F. RGB value is (18,19,95). Sum of RGB (Red+Green+Blue) = 18+19+95=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #12135F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12135F is #EDECA0. Grayscale: #1B1B1B. Windows color (decimal): -15592609 or 6230802. OLE color: 6230802.

HSL color Cylindrical-coordinate representation of color #12135F: hue angle of 239.22º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12135F is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB181995-
CMYK0.810.8000.63
HSL239.22º68.14%22.16%-
HSV(B)239.22º81.05%37.25%-
XYZ2.551.4210.97-
YUV27.36166.17121.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 95 (37.5% from 255) = 71.97%
R=13.64%
G=14.39%
B=71.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1819950.810.8000.63239.2268.1422.16
Hex12135F515003Fef4416
Octal222313712112007735710426
Binary1001010011101111110100011010000011111111101111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,19,95); }

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

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

 a { background-color: rgb(18,19,95); }

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

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

 span { border-color: rgb(18,19,95); }

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