#12147A

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

Shades of Midnight Blue #12147A

Tints of Midnight Blue #12147A

Color information

#12147A (or 0x12147A) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 7A. RGB value is (18,20,122). Sum of RGB (Red+Green+Blue) = 18+20+122=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #12147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12147A is #EDEB85. Grayscale: #1E1E1E. Windows color (decimal): -15592326 or 8000530. OLE color: 8000530.

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

Color convert

RGB1820122-
CMYK0.850.8400.52
HSL238.85º74.29%27.45%-
HSV(B)238.85º85.25%47.84%-
XYZ4.012.0318.59-
YUV31.03179.34118.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 122 (48.05% from 255) = 76.25%
R=11.25%
G=12.5%
B=76.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18201220.850.8400.52238.8574.2927.45
Hex12147A5554034ef4a1b
Octal222417212512406435711233
Binary1001010100111101010101011010100011010011101111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12147A; }

 p { color: rgb(18,20,122); }

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

<style>
 a { background-color: #12147A; }

 a { background-color: rgb(18,20,122); }

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

<style>
 span { border-color: #12147A; }

 span { border-color: rgb(18,20,122); }

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