Html Css Color HEX #121C38 Midnight Express

📋 copy color: '#121C38'

red 18 ◦ green 28 ◦ blue 56

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

Shades of Midnight Express #121C38

Tints of Midnight Express #121C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.45%

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

R = 17.65%
G = 27.45%
B = 54.9%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121C38 (or 0x121C38) is known color: Midnight Express. HEX triplet: 12, 1C and 38. RGB value is (18,28,56). Sum of RGB (Red+Green+Blue) = 18+28+56=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #121C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C38 is #EDE3C7. Grayscale: #1C1C1C. Windows color (decimal): -15590344 or 3677202. OLE color: 3677202.

HSL color Cylindrical-coordinate representation of color #121C38: hue angle of 224.21º 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 #121C38 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 28 56 -
CMYK 0.68 0.50 0 0.78
HSL 224.21º 0.51% 0.15% -
HSV(B) 224.21º 0.68% 0.22% -
XYZ 1.38 1.24 3.91 -
YUV 28.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 18 28 56 0.68 0.50 0 0.78 224.21 0.51 0.15
Hex 12 1C 38 44 32 0 4E E0 33 F
Octal 22 34 70 104 62 0 116 340 63 17
Binary 10010 11100 111000 1000100 110010 0 1001110 11100000 110011 1111

Color Harmonies of #121C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C38

Black with #121C38

Text Example


Text Example

White with #121C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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