Html Css Color HEX #121F4B Midnight Express

📋 copy color: '#121F4B'

red 18 ◦ green 31 ◦ blue 75

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

Shades of Midnight Express #121F4B

Tints of Midnight Express #121F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60.48%

R = 14.52%
G = 25%
B = 60.48%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121F4B (or 0x121F4B) is known color: Midnight Express. HEX triplet: 12, 1F and 4B. RGB value is (18,31,75). Sum of RGB (Red+Green+Blue) = 18+31+75=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #121F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F4B is #EDE0B4. Grayscale: #1F1F1F. Windows color (decimal): -15589557 or 4923154. OLE color: 4923154.

HSL color Cylindrical-coordinate representation of color #121F4B: hue angle of 226.32º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121F4B is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 31 75 -
CMYK 0.76 0.59 0 0.71
HSL 226.32º 0.61% 0.18% -
HSV(B) 226.32º 0.76% 0.29% -
XYZ 2.01 1.62 6.86 -
YUV 32.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 18 31 75 0.76 0.59 0 0.71 226.32 0.61 0.18
Hex 12 1F 4B 4C 3B 0 47 E2 3D 12
Octal 22 37 113 114 73 0 107 342 75 22
Binary 10010 11111 1001011 1001100 111011 0 1000111 11100010 111101 10010

Color Harmonies of #121F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F4B

Black with #121F4B

Text Example


Text Example

White with #121F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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