Html Css Color HEX #12224E Midnight Express

📋 copy color: '#12224E'

red 18 ◦ green 34 ◦ blue 78

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

Shades of Midnight Express #12224E

Tints of Midnight Express #12224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 60%

R = 13.85%
G = 26.15%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12224E (or 0x12224E) is known color: Midnight Express. HEX triplet: 12, 22 and 4E. RGB value is (18,34,78). Sum of RGB (Red+Green+Blue) = 18+34+78=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #12224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12224E is #EDDDB1. Grayscale: #222222. Windows color (decimal): -15588786 or 5120530. OLE color: 5120530.

HSL color Cylindrical-coordinate representation of color #12224E: hue angle of 224º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12224E is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 34 78 -
CMYK 0.77 0.56 0 0.69
HSL 224º 0.63% 0.19% -
HSV(B) 224º 0.77% 0.31% -
XYZ 2.2 1.82 7.44 -
YUV 34.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 18 34 78 0.77 0.56 0 0.69 224 0.63 0.19
Hex 12 22 4E 4D 38 0 45 E0 3E 13
Octal 22 42 116 115 70 0 105 340 76 23
Binary 10010 100010 1001110 1001101 111000 0 1000101 11100000 111110 10011

Color Harmonies of #12224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12224E

Black with #12224E

Text Example


Text Example

White with #12224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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