#12035F

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

Shades of Midnight Blue #12035F

Tints of Midnight Blue #12035F

Color information

#12035F (or 0x12035F) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 5F. RGB value is (18,3,95). Sum of RGB (Red+Green+Blue) = 18+3+95=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 95 (37.5% from 255 or 81.90% from 116); Max value from RGB is 95 - color contains mainly: blue. Hex color #12035F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12035F is #EDFCA0. Grayscale: #111111. Windows color (decimal): -15596705 or 6226706. OLE color: 6226706.

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

Color convert

RGB18395-
CMYK0.810.9700.63
HSL249.78º93.88%19.22%-
HSV(B)249.78º96.84%37.25%-
XYZ2.351.0210.9-
YUV17.97171.47128.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 95 (37.5% from 255) = 81.90%
R=15.52%
G=2.59%
B=81.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal183950.810.9700.63249.7893.8819.22
Hex1235F516103Ffa5e13
Octal22313712114107737213623
Binary1001011101111110100011100001011111111111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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