Html Css Color HEX #121238 Midnight Express

📋 copy color: '#121238'

red 18 ◦ green 18 ◦ blue 56

#121238
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #121238

Tints of Midnight Express #121238

RGB

 RED value IS 18 (7.42% from 255) = 19.57%

 GREEN value IS 18 (7.42% from 255) = 19.57%

 BLUE value IS 56 (22.27% from 255) = 60.87%

R = 19.57%
G = 19.57%
B = 60.87%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121238 (or 0x121238) is known color: Midnight Express. HEX triplet: 12, 12 and 38. RGB value is (18,18,56). Sum of RGB (Red+Green+Blue) = 18+18+56=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #121238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121238 is #EDEDC7. Grayscale: #161616. Windows color (decimal): -15592904 or 3674642. OLE color: 3674642.

HSL color Cylindrical-coordinate representation of color #121238: hue angle of 240º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121238 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 18 56 -
CMYK 0.68 0.68 0 0.78
HSL 240º 0.51% 0.15% -
HSV(B) 240º 0.68% 0.22% -
XYZ 1.18 0.85 3.84 -
YUV 22.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 18 18 56 0.68 0.68 0 0.78 240 0.51 0.15
Hex 12 12 38 44 44 0 4E F0 33 F
Octal 22 22 70 104 104 0 116 360 63 17
Binary 10010 10010 111000 1000100 1000100 0 1001110 11110000 110011 1111

Color Harmonies of #121238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121238

Black with #121238

Text Example


Text Example

White with #121238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121238; }

 p { color: rgb(18,18,56); }

 H1.HeaderClassName
 {
   color: #121238;
 }
 .AnyTagClassName
 {
   color: #121238;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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