#12274D

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

Shades of Midnight #12274D

Tints of Midnight #12274D

Color information

#12274D (or 0x12274D) is unknown color: approx Midnight. HEX triplet: 12, 27 and 4D. RGB value is (18,39,77). Sum of RGB (Red+Green+Blue) = 18+39+77=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #12274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12274D is #EDD8B2. Grayscale: #242424. Windows color (decimal): -15587507 or 5056274. OLE color: 5056274.

HSL color Cylindrical-coordinate representation of color #12274D: hue angle of 218.64º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12274D is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB183977-
CMYK0.770.4900.70
HSL218.64º62.11%18.63%-
HSV(B)218.64º76.62%30.2%-
XYZ2.312.127.31-
YUV37.05150.54114.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=13.43%
G=29.10%
B=57.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1839770.770.4900.70218.6462.1118.63
Hex12274D4D31046db3e13
Octal22471151156101063337623
Binary1001010011110011011001101110001010001101101101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,39,77); }

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

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

 a { background-color: rgb(18,39,77); }

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

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

 span { border-color: rgb(18,39,77); }

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