Html Css Color HEX #12204A Midnight Express

📋 copy color: '#12204A'

red 18 ◦ green 32 ◦ blue 74

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

Shades of Midnight Express #12204A

Tints of Midnight Express #12204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.81%

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

R = 14.52%
G = 25.81%
B = 59.68%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12204A (or 0x12204A) is known color: Midnight Express. HEX triplet: 12, 20 and 4A. RGB value is (18,32,74). Sum of RGB (Red+Green+Blue) = 18+32+74=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #12204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12204A is #EDDFB5. Grayscale: #202020. Windows color (decimal): -15589302 or 4857874. OLE color: 4857874.

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

Color convert

RGB 18 32 74 -
CMYK 0.76 0.57 0 0.71
HSL 225º 0.61% 0.18% -
HSV(B) 225º 0.76% 0.29% -
XYZ 2 1.66 6.69 -
YUV 32.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 18 32 74 0.76 0.57 0 0.71 225 0.61 0.18
Hex 12 20 4A 4C 39 0 47 E1 3D 12
Octal 22 40 112 114 71 0 107 341 75 22
Binary 10010 100000 1001010 1001100 111001 0 1000111 11100001 111101 10010

Color Harmonies of #12204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12204A

Black with #12204A

Text Example


Text Example

White with #12204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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