Html Css Color HEX #121D40 Midnight Express

📋 copy color: '#121D40'

red 18 ◦ green 29 ◦ blue 64

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

Shades of Midnight Express #121D40

Tints of Midnight Express #121D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.13%

 BLUE value IS 64 (25.39% from 255) = 57.66%

R = 16.22%
G = 26.13%
B = 57.66%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121D40 (or 0x121D40) is known color: Midnight Express. HEX triplet: 12, 1D and 40. RGB value is (18,29,64). Sum of RGB (Red+Green+Blue) = 18+29+64=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #121D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D40 is #EDE2BF. Grayscale: #1D1D1D. Windows color (decimal): -15590080 or 4201746. OLE color: 4201746.

HSL color Cylindrical-coordinate representation of color #121D40: hue angle of 225.65º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121D40 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 29 64 -
CMYK 0.72 0.55 0 0.75
HSL 225.65º 0.56% 0.16% -
HSV(B) 225.65º 0.72% 0.25% -
XYZ 1.61 1.38 5.03 -
YUV 29.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 18 29 64 0.72 0.55 0 0.75 225.65 0.56 0.16
Hex 12 1D 40 48 37 0 4B E2 38 10
Octal 22 35 100 110 67 0 113 342 70 20
Binary 10010 11101 1000000 1001000 110111 0 1001011 11100010 111000 10000

Color Harmonies of #121D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D40

Black with #121D40

Text Example


Text Example

White with #121D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,64); }

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

background-color css

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

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

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

border-color css

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

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

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