Html Css Color HEX #12224D Midnight Express

📋 copy color: '#12224D'

red 18 ◦ green 34 ◦ blue 77

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

Shades of Midnight Express #12224D

Tints of Midnight Express #12224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.36%

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

R = 13.95%
G = 26.36%
B = 59.69%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12224D (or 0x12224D) is known color: Midnight Express. HEX triplet: 12, 22 and 4D. RGB value is (18,34,77). Sum of RGB (Red+Green+Blue) = 18+34+77=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #12224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12224D is #EDDDB2. Grayscale: #212121. Windows color (decimal): -15588787 or 5054994. OLE color: 5054994.

HSL color Cylindrical-coordinate representation of color #12224D: hue angle of 223.73º 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 #12224D is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 34 77 -
CMYK 0.77 0.56 0 0.70
HSL 223.73º 0.62% 0.19% -
HSV(B) 223.73º 0.77% 0.3% -
XYZ 2.16 1.81 7.26 -
YUV 34.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 18 34 77 0.77 0.56 0 0.70 223.73 0.62 0.19
Hex 12 22 4D 4D 38 0 46 E0 3E 13
Octal 22 42 115 115 70 0 106 340 76 23
Binary 10010 100010 1001101 1001101 111000 0 1000110 11100000 111110 10011

Color Harmonies of #12224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12224D

Black with #12224D

Text Example


Text Example

White with #12224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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