#12107B

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

Shades of Midnight Blue #12107B

Tints of Midnight Blue #12107B

Color information

#12107B (or 0x12107B) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 7B. RGB value is (18,16,123). Sum of RGB (Red+Green+Blue) = 18+16+123=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #12107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12107B is #EDEF84. Grayscale: #1C1C1C. Windows color (decimal): -15593349 or 8065042. OLE color: 8065042.

HSL color Cylindrical-coordinate representation of color #12107B: hue angle of 241.12º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12107B is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1816123-
CMYK0.850.8700.52
HSL241.12º76.98%27.25%-
HSV(B)241.12º86.99%48.24%-
XYZ4.011.9318.9-
YUV28.8181.16120.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 123 (48.44% from 255) = 78.34%
R=11.46%
G=10.19%
B=78.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18161230.850.8700.52241.1276.9827.25
Hex12107B5557034f14d1b
Octal222017312512706436111533
Binary1001010000111101110101011010111011010011110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,16,123); }

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

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

 a { background-color: rgb(18,16,123); }

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

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

 span { border-color: rgb(18,16,123); }

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