#121833

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

Shades of Midnight Express #121833

Tints of Midnight Express #121833

Color information

#121833 (or 0x121833) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 33. RGB value is (18,24,51). Sum of RGB (Red+Green+Blue) = 18+24+51=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #121833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121833 is #EDE7CC. Grayscale: #191919. Windows color (decimal): -15591373 or 3348498. OLE color: 3348498.

HSL color Cylindrical-coordinate representation of color #121833: hue angle of 229.09º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121833 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB182451-
CMYK0.650.5300.8
HSL229.09º47.83%13.53%-
HSV(B)229.09º64.71%20%-
XYZ1.171.023.27-
YUV25.28142.51122.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 51 (20.31% from 255) = 54.84%
R=19.35%
G=25.81%
B=54.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1824510.650.5300.8229.0947.8313.53
Hex1218334135050e530e
Octal2230631016501203456016
Binary1001011000110011100000111010101010000111001011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121833; }

 p { color: rgb(18,24,51); }

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

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

 a { background-color: rgb(18,24,51); }

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

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

 span { border-color: rgb(18,24,51); }

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