#12147D

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

Shades of Midnight Blue #12147D

Tints of Midnight Blue #12147D

Color information

#12147D (or 0x12147D) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 7D. RGB value is (18,20,125). Sum of RGB (Red+Green+Blue) = 18+20+125=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #12147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12147D is #EDEB82. Grayscale: #1E1E1E. Windows color (decimal): -15592323 or 8197138. OLE color: 8197138.

HSL color Cylindrical-coordinate representation of color #12147D: hue angle of 238.88º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12147D is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1820125-
CMYK0.860.8400.51
HSL238.88º74.83%28.04%-
HSV(B)238.88º85.6%49.02%-
XYZ4.22.1119.59-
YUV31.37180.84118.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 125 (49.22% from 255) = 76.69%
R=11.04%
G=12.27%
B=76.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18201250.860.8400.51238.8874.8328.04
Hex12147D5654033ef4b1c
Octal222417512612406335711334
Binary1001010100111110110101101010100011001111101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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