#12243F

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

Shades of Midnight #12243F

Tints of Midnight #12243F

Color information

#12243F (or 0x12243F) is unknown color: approx Midnight. HEX triplet: 12, 24 and 3F. RGB value is (18,36,63). Sum of RGB (Red+Green+Blue) = 18+36+63=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #12243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12243F is #EDDBC0. Grayscale: #212121. Windows color (decimal): -15588289 or 4138002. OLE color: 4138002.

HSL color Cylindrical-coordinate representation of color #12243F: hue angle of 216º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12243F is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183663-
CMYK0.710.4300.75
HSL216º55.56%15.88%-
HSV(B)216º71.43%24.71%-
XYZ1.781.754.95-
YUV33.7144.54116.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 63 (25% from 255) = 53.85%
R=15.38%
G=30.77%
B=53.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1836630.710.4300.7521655.5615.88
Hex12243F472B04Bd83810
Octal2244771075301133307020
Binary100101001001111111000111101011010010111101100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12243F; }

 p { color: rgb(18,36,63); }

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

<style>
 a { background-color: #12243F; }

 a { background-color: rgb(18,36,63); }

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

<style>
 span { border-color: #12243F; }

 span { border-color: rgb(18,36,63); }

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