#12135E

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

Shades of Midnight Blue #12135E

Tints of Midnight Blue #12135E

Color information

#12135E (or 0x12135E) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 5E. RGB value is (18,19,94). Sum of RGB (Red+Green+Blue) = 18+19+94=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #12135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12135E is #EDECA1. Grayscale: #1A1A1A. Windows color (decimal): -15592610 or 6165266. OLE color: 6165266.

HSL color Cylindrical-coordinate representation of color #12135E: hue angle of 239.21º 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 #12135E is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB181994-
CMYK0.810.8000.63
HSL239.21º67.86%21.96%-
HSV(B)239.21º80.85%36.86%-
XYZ2.51.410.73-
YUV27.25165.67121.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 94 (37.11% from 255) = 71.76%
R=13.74%
G=14.50%
B=71.76%

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
Decimal1819940.810.8000.63239.2167.8621.96
Hex12135E515003Fef4416
Octal222313612112007735710426
Binary1001010011101111010100011010000011111111101111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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