#12035C

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

Shades of Midnight Blue #12035C

Tints of Midnight Blue #12035C

Color information

#12035C (or 0x12035C) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 5C. RGB value is (18,3,92). Sum of RGB (Red+Green+Blue) = 18+3+92=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 92 (36.33% from 255 or 81.42% from 113); Max value from RGB is 92 - color contains mainly: blue. Hex color #12035C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12035C is #EDFCA3. Grayscale: #111111. Windows color (decimal): -15596708 or 6030098. OLE color: 6030098.

HSL color Cylindrical-coordinate representation of color #12035C: hue angle of 250.11º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12035C is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB18392-
CMYK0.800.9700.64
HSL250.11º93.68%18.63%-
HSV(B)250.11º96.74%36.08%-
XYZ2.210.9710.2-
YUV17.63169.97128.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 92 (36.33% from 255) = 81.42%
R=15.93%
G=2.65%
B=81.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal183920.800.9700.64250.1193.6818.63
Hex1235C5061040fa5e13
Octal223134120141010037213623
Binary10010111011100101000011000010100000011111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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