Html Css Color HEX #12204D Midnight Express

📋 copy color: '#12204D'

red 18 ◦ green 32 ◦ blue 77

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

Shades of Midnight Express #12204D

Tints of Midnight Express #12204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 60.63%

R = 14.17%
G = 25.2%
B = 60.63%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12204D (or 0x12204D) is known color: Midnight Express. HEX triplet: 12, 20 and 4D. RGB value is (18,32,77). Sum of RGB (Red+Green+Blue) = 18+32+77=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #12204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12204D is #EDDFB2. Grayscale: #202020. Windows color (decimal): -15589299 or 5054482. OLE color: 5054482.

HSL color Cylindrical-coordinate representation of color #12204D: hue angle of 225.76º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12204D is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 32 77 -
CMYK 0.77 0.58 0 0.70
HSL 225.76º 0.62% 0.19% -
HSV(B) 225.76º 0.77% 0.3% -
XYZ 2.11 1.7 7.24 -
YUV 32.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 18 32 77 0.77 0.58 0 0.70 225.76 0.62 0.19
Hex 12 20 4D 4D 3A 0 46 E2 3E 13
Octal 22 40 115 115 72 0 106 342 76 23
Binary 10010 100000 1001101 1001101 111010 0 1000110 11100010 111110 10011

Color Harmonies of #12204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12204D

Black with #12204D

Text Example


Text Example

White with #12204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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