Html Css Color HEX #121F3F Midnight Express

📋 copy color: '#121F3F'

red 18 ◦ green 31 ◦ blue 63

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

Shades of Midnight Express #121F3F

Tints of Midnight Express #121F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.68%

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

R = 16.07%
G = 27.68%
B = 56.25%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121F3F (or 0x121F3F) is known color: Midnight Express. HEX triplet: 12, 1F and 3F. RGB value is (18,31,63). Sum of RGB (Red+Green+Blue) = 18+31+63=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #121F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F3F is #EDE0C0. Grayscale: #1E1E1E. Windows color (decimal): -15589569 or 4136722. OLE color: 4136722.

HSL color Cylindrical-coordinate representation of color #121F3F: hue angle of 222.67º 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 #121F3F is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 31 63 -
CMYK 0.71 0.51 0 0.75
HSL 222.67º 0.56% 0.16% -
HSV(B) 222.67º 0.71% 0.25% -
XYZ 1.64 1.47 4.9 -
YUV 30.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 18 31 63 0.71 0.51 0 0.75 222.67 0.56 0.16
Hex 12 1F 3F 47 33 0 4B DF 38 10
Octal 22 37 77 107 63 0 113 337 70 20
Binary 10010 11111 111111 1000111 110011 0 1001011 11011111 111000 10000

Color Harmonies of #121F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F3F

Black with #121F3F

Text Example


Text Example

White with #121F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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