Html Css Color HEX #121838 Midnight Express

📋 copy color: '#121838'

red 18 ◦ green 24 ◦ blue 56

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

Shades of Midnight Express #121838

Tints of Midnight Express #121838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 18.37%
G = 24.49%
B = 57.14%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121838 (or 0x121838) is known color: Midnight Express. HEX triplet: 12, 18 and 38. RGB value is (18,24,56). Sum of RGB (Red+Green+Blue) = 18+24+56=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #121838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121838 is #EDE7C7. Grayscale: #191919. Windows color (decimal): -15591368 or 3676178. OLE color: 3676178.

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

Color convert

RGB 18 24 56 -
CMYK 0.68 0.57 0 0.78
HSL 230.53º 0.51% 0.15% -
HSV(B) 230.53º 0.68% 0.22% -
XYZ 1.29 1.07 3.88 -
YUV 25.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 18 24 56 0.68 0.57 0 0.78 230.53 0.51 0.15
Hex 12 18 38 44 39 0 4E E7 33 F
Octal 22 30 70 104 71 0 116 347 63 17
Binary 10010 11000 111000 1000100 111001 0 1001110 11100111 110011 1111

Color Harmonies of #121838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121838

Black with #121838

Text Example


Text Example

White with #121838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121838; }

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

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

background-color css

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

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

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

border-color css

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

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

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