Html Css Color HEX #121245 Midnight Express

📋 copy color: '#121245'

red 18 ◦ green 18 ◦ blue 69

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

Shades of Midnight Express #121245

Tints of Midnight Express #121245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

 BLUE value IS 69 (27.34% from 255) = 65.71%

R = 17.14%
G = 17.14%
B = 65.71%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121245 (or 0x121245) is known color: Midnight Express. HEX triplet: 12, 12 and 45. RGB value is (18,18,69). Sum of RGB (Red+Green+Blue) = 18+18+69=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 69 (27.34% from 255 or 65.71% from 105); Max value from RGB is 69 - color contains mainly: blue. Hex color #121245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121245 is #EDEDBA. Grayscale: #171717. Windows color (decimal): -15592891 or 4526610. OLE color: 4526610.

HSL color Cylindrical-coordinate representation of color #121245: hue angle of 240º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121245 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 18 69 -
CMYK 0.74 0.74 0 0.73
HSL 240º 0.59% 0.17% -
HSV(B) 240º 0.74% 0.27% -
XYZ 1.54 0.99 5.74 -
YUV 23.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 18 18 69 0.74 0.74 0 0.73 240 0.59 0.17
Hex 12 12 45 4A 4A 0 49 F0 3B 11
Octal 22 22 105 112 112 0 111 360 73 21
Binary 10010 10010 1000101 1001010 1001010 0 1001001 11110000 111011 10001

Color Harmonies of #121245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121245

Black with #121245

Text Example


Text Example

White with #121245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121245; }

 p { color: rgb(18,18,69); }

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

background-color css

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

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

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

border-color css

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

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

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