#12045B

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

Shades of Midnight Blue #12045B

Tints of Midnight Blue #12045B

Color information

#12045B (or 0x12045B) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 5B. RGB value is (18,4,91). Sum of RGB (Red+Green+Blue) = 18+4+91=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #12045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12045B is #EDFBA4. Grayscale: #111111. Windows color (decimal): -15596453 or 5964818. OLE color: 5964818.

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

Color convert

RGB18491-
CMYK0.800.9600.64
HSL249.66º91.58%18.63%-
HSV(B)249.66º95.6%35.69%-
XYZ2.180.979.97-
YUV18.1169.14127.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 91 (35.94% from 255) = 80.53%
R=15.93%
G=3.54%
B=80.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal184910.800.9600.64249.6691.5818.63
Hex1245B5060040fa5c13
Octal224133120140010037213423
Binary100101001011011101000011000000100000011111010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12045B; }

 p { color: rgb(18,4,91); }

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

<style>
 a { background-color: #12045B; }

 a { background-color: rgb(18,4,91); }

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

<style>
 span { border-color: #12045B; }

 span { border-color: rgb(18,4,91); }

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