#12284A

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

Shades of Midnight #12284A

Tints of Midnight #12284A

Color information

#12284A (or 0x12284A) is unknown color: approx Midnight. HEX triplet: 12, 28 and 4A. RGB value is (18,40,74). Sum of RGB (Red+Green+Blue) = 18+40+74=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #12284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12284A is #EDD7B5. Grayscale: #252525. Windows color (decimal): -15587254 or 4859922. OLE color: 4859922.

HSL color Cylindrical-coordinate representation of color #12284A: hue angle of 216.43º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12284A is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB184074-
CMYK0.760.4600.71
HSL216.43º60.87%18.04%-
HSV(B)216.43º75.68%29.02%-
XYZ2.242.146.77-
YUV37.3148.71114.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 74 (29.30% from 255) = 56.06%
R=13.64%
G=30.30%
B=56.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1840740.760.4600.71216.4360.8718.04
Hex12284A4C2E047d83d12
Octal22501121145601073307522
Binary1001010100010010101001100101110010001111101100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,40,74); }

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

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

 a { background-color: rgb(18,40,74); }

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

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

 span { border-color: rgb(18,40,74); }

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