Html Css Color HEX #12224C Midnight Express

📋 copy color: '#12224C'

red 18 ◦ green 34 ◦ blue 76

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

Shades of Midnight Express #12224C

Tints of Midnight Express #12224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 59.38%

R = 14.06%
G = 26.56%
B = 59.38%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12224C (or 0x12224C) is known color: Midnight Express. HEX triplet: 12, 22 and 4C. RGB value is (18,34,76). Sum of RGB (Red+Green+Blue) = 18+34+76=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #12224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12224C is #EDDDB3. Grayscale: #212121. Windows color (decimal): -15588788 or 4989458. OLE color: 4989458.

HSL color Cylindrical-coordinate representation of color #12224C: hue angle of 223.45º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12224C is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 34 76 -
CMYK 0.76 0.55 0 0.70
HSL 223.45º 0.62% 0.18% -
HSV(B) 223.45º 0.76% 0.3% -
XYZ 2.13 1.79 7.07 -
YUV 34 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 18 34 76 0.76 0.55 0 0.70 223.45 0.62 0.18
Hex 12 22 4C 4C 37 0 46 DF 3E 12
Octal 22 42 114 114 67 0 106 337 76 22
Binary 10010 100010 1001100 1001100 110111 0 1000110 11011111 111110 10010

Color Harmonies of #12224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12224C

Black with #12224C

Text Example


Text Example

White with #12224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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