Html Css Color HEX #121B38 Midnight Express

📋 copy color: '#121B38'

red 18 ◦ green 27 ◦ blue 56

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

Shades of Midnight Express #121B38

Tints of Midnight Express #121B38

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.73%

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

R = 17.82%
G = 26.73%
B = 55.45%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121B38 (or 0x121B38) is known color: Midnight Express. HEX triplet: 12, 1B and 38. RGB value is (18,27,56). Sum of RGB (Red+Green+Blue) = 18+27+56=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #121B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B38 is #EDE4C7. Grayscale: #1B1B1B. Windows color (decimal): -15590600 or 3676946. OLE color: 3676946.

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

Color convert

RGB 18 27 56 -
CMYK 0.68 0.52 0 0.78
HSL 225.79º 0.51% 0.15% -
HSV(B) 225.79º 0.68% 0.22% -
XYZ 1.36 1.2 3.9 -
YUV 27.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 18 27 56 0.68 0.52 0 0.78 225.79 0.51 0.15
Hex 12 1B 38 44 34 0 4E E2 33 F
Octal 22 33 70 104 64 0 116 342 63 17
Binary 10010 11011 111000 1000100 110100 0 1001110 11100010 110011 1111

Color Harmonies of #121B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B38

Black with #121B38

Text Example


Text Example

White with #121B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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