Html Css Color HEX #12214A Midnight Express

📋 copy color: '#12214A'

red 18 ◦ green 33 ◦ blue 74

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

Shades of Midnight Express #12214A

Tints of Midnight Express #12214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.4%

 BLUE value IS 74 (29.3% from 255) = 59.2%

R = 14.4%
G = 26.4%
B = 59.2%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12214A (or 0x12214A) is known color: Midnight Express. HEX triplet: 12, 21 and 4A. RGB value is (18,33,74). Sum of RGB (Red+Green+Blue) = 18+33+74=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #12214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12214A is #EDDEB5. Grayscale: #212121. Windows color (decimal): -15589046 or 4858130. OLE color: 4858130.

HSL color Cylindrical-coordinate representation of color #12214A: hue angle of 223.93º 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 #12214A is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 33 74 -
CMYK 0.76 0.55 0 0.71
HSL 223.93º 0.61% 0.18% -
HSV(B) 223.93º 0.76% 0.29% -
XYZ 2.03 1.71 6.7 -
YUV 33.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 18 33 74 0.76 0.55 0 0.71 223.93 0.61 0.18
Hex 12 21 4A 4C 37 0 47 E0 3D 12
Octal 22 41 112 114 67 0 107 340 75 22
Binary 10010 100001 1001010 1001100 110111 0 1000111 11100000 111101 10010

Color Harmonies of #12214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12214A

Black with #12214A

Text Example


Text Example

White with #12214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12214A; }

 p { color: rgb(18,33,74); }

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

background-color css

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

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

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

border-color css

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

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

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