Html Css Color HEX #121D3F Midnight Express

📋 copy color: '#121D3F'

red 18 ◦ green 29 ◦ blue 63

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

Shades of Midnight Express #121D3F

Tints of Midnight Express #121D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 57.27%

R = 16.36%
G = 26.36%
B = 57.27%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121D3F (or 0x121D3F) is known color: Midnight Express. HEX triplet: 12, 1D and 3F. RGB value is (18,29,63). Sum of RGB (Red+Green+Blue) = 18+29+63=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #121D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D3F is #EDE2C0. Grayscale: #1D1D1D. Windows color (decimal): -15590081 or 4136210. OLE color: 4136210.

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

Color convert

RGB 18 29 63 -
CMYK 0.71 0.54 0 0.75
HSL 225.33º 0.56% 0.16% -
HSV(B) 225.33º 0.71% 0.25% -
XYZ 1.59 1.37 4.88 -
YUV 29.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 18 29 63 0.71 0.54 0 0.75 225.33 0.56 0.16
Hex 12 1D 3F 47 36 0 4B E1 38 10
Octal 22 35 77 107 66 0 113 341 70 20
Binary 10010 11101 111111 1000111 110110 0 1001011 11100001 111000 10000

Color Harmonies of #121D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D3F

Black with #121D3F

Text Example


Text Example

White with #121D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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