Html Css Color HEX #121342 Midnight Express

📋 copy color: '#121342'

red 18 ◦ green 19 ◦ blue 66

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

Shades of Midnight Express #121342

Tints of Midnight Express #121342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

 BLUE value IS 66 (26.17% from 255) = 64.08%

R = 17.48%
G = 18.45%
B = 64.08%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#121342 (or 0x121342) is known color: Midnight Express. HEX triplet: 12, 13 and 42. RGB value is (18,19,66). Sum of RGB (Red+Green+Blue) = 18+19+66=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 66 (26.17% from 255 or 64.08% from 103); Max value from RGB is 66 - color contains mainly: blue. Hex color #121342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121342 is #EDECBD. Grayscale: #171717. Windows color (decimal): -15592638 or 4330258. OLE color: 4330258.

HSL color Cylindrical-coordinate representation of color #121342: hue angle of 238.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121342 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 19 66 -
CMYK 0.73 0.71 0 0.74
HSL 238.75º 0.57% 0.16% -
HSV(B) 238.75º 0.73% 0.26% -
XYZ 1.47 0.99 5.27 -
YUV 24.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 18 19 66 0.73 0.71 0 0.74 238.75 0.57 0.16
Hex 12 13 42 49 47 0 4A EF 39 10
Octal 22 23 102 111 107 0 112 357 71 20
Binary 10010 10011 1000010 1001001 1000111 0 1001010 11101111 111001 10000

Color Harmonies of #121342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121342

Black with #121342

Text Example


Text Example

White with #121342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121342; }

 p { color: rgb(18,19,66); }

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

background-color css

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

 a { background-color: rgb(18,19,66); }

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

border-color css

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

 span { border-color: rgb(18,19,66); }

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