Html Css Color HEX #121B40 Midnight Express

📋 copy color: '#121B40'

red 18 ◦ green 27 ◦ blue 64

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

Shades of Midnight Express #121B40

Tints of Midnight Express #121B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.77%

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

R = 16.51%
G = 24.77%
B = 58.72%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121B40 (or 0x121B40) is known color: Midnight Express. HEX triplet: 12, 1B and 40. RGB value is (18,27,64). Sum of RGB (Red+Green+Blue) = 18+27+64=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #121B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B40 is #EDE4BF. Grayscale: #1C1C1C. Windows color (decimal): -15590592 or 4201234. OLE color: 4201234.

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

Color convert

RGB 18 27 64 -
CMYK 0.72 0.58 0 0.75
HSL 228.26º 0.56% 0.16% -
HSV(B) 228.26º 0.72% 0.25% -
XYZ 1.57 1.28 5.02 -
YUV 28.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 18 27 64 0.72 0.58 0 0.75 228.26 0.56 0.16
Hex 12 1B 40 48 3A 0 4B E4 38 10
Octal 22 33 100 110 72 0 113 344 70 20
Binary 10010 11011 1000000 1001000 111010 0 1001011 11100100 111000 10000

Color Harmonies of #121B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B40

Black with #121B40

Text Example


Text Example

White with #121B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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