#12035D

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

Shades of Midnight Blue #12035D

Tints of Midnight Blue #12035D

Color information

#12035D (or 0x12035D) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 5D. RGB value is (18,3,93). Sum of RGB (Red+Green+Blue) = 18+3+93=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #12035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12035D is #EDFCA2. Grayscale: #111111. Windows color (decimal): -15596707 or 6095634. OLE color: 6095634.

HSL color Cylindrical-coordinate representation of color #12035D: hue angle of 250º 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 #12035D is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB18393-
CMYK0.810.9700.64
HSL250º93.75%18.82%-
HSV(B)250º96.77%36.47%-
XYZ2.260.9810.43-
YUV17.74170.47128.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 93 (36.72% from 255) = 81.58%
R=15.79%
G=2.63%
B=81.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal183930.810.9700.6425093.7518.82
Hex1235D5161040fa5e13
Octal223135121141010037213623
Binary10010111011101101000111000010100000011111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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