#12036D

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

Shades of Midnight Blue #12036D

Tints of Midnight Blue #12036D

Color information

#12036D (or 0x12036D) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 6D. RGB value is (18,3,109). Sum of RGB (Red+Green+Blue) = 18+3+109=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 109 (42.97% from 255 or 83.85% from 130); Max value from RGB is 109 - color contains mainly: blue. Hex color #12036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12036D is #EDFC92. Grayscale: #131313. Windows color (decimal): -15596691 or 7144210. OLE color: 7144210.

HSL color Cylindrical-coordinate representation of color #12036D: hue angle of 248.49º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12036D is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB183109-
CMYK0.830.9700.57
HSL248.49º94.64%21.96%-
HSV(B)248.49º97.25%42.75%-
XYZ3.041.314.56-
YUV19.57178.47126.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 109 (42.97% from 255) = 83.85%
R=13.85%
G=2.31%
B=83.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1831090.830.9700.57248.4994.6421.96
Hex1236D5361039f85f16
Octal22315512314107137013726
Binary1001011110110110100111100001011100111111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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