#12135C

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

Shades of Midnight Blue #12135C

Tints of Midnight Blue #12135C

Color information

#12135C (or 0x12135C) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 5C. RGB value is (18,19,92). Sum of RGB (Red+Green+Blue) = 18+19+92=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #12135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12135C is #EDECA3. Grayscale: #1A1A1A. Windows color (decimal): -15592612 or 6034194. OLE color: 6034194.

HSL color Cylindrical-coordinate representation of color #12135C: hue angle of 239.19º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12135C is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB181992-
CMYK0.800.7900.64
HSL239.19º67.27%21.57%-
HSV(B)239.19º80.43%36.08%-
XYZ2.411.3710.26-
YUV27.02164.67121.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=13.95%
G=14.73%
B=71.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1819920.800.7900.64239.1967.2721.57
Hex12135C504F040ef4316
Octal2223134120117010035710326
Binary10010100111011100101000010011110100000011101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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