Html Css Color HEX #12214C Midnight Express

📋 copy color: '#12214C'

red 18 ◦ green 33 ◦ blue 76

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

Shades of Midnight Express #12214C

Tints of Midnight Express #12214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.98%

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

R = 14.17%
G = 25.98%
B = 59.84%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12214C (or 0x12214C) is known color: Midnight Express. HEX triplet: 12, 21 and 4C. RGB value is (18,33,76). Sum of RGB (Red+Green+Blue) = 18+33+76=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #12214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12214C is #EDDEB3. Grayscale: #212121. Windows color (decimal): -15589044 or 4989202. OLE color: 4989202.

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

Color convert

RGB 18 33 76 -
CMYK 0.76 0.57 0 0.70
HSL 224.48º 0.62% 0.18% -
HSV(B) 224.48º 0.76% 0.3% -
XYZ 2.1 1.74 7.06 -
YUV 33.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 18 33 76 0.76 0.57 0 0.70 224.48 0.62 0.18
Hex 12 21 4C 4C 39 0 46 E0 3E 12
Octal 22 41 114 114 71 0 106 340 76 22
Binary 10010 100001 1001100 1001100 111001 0 1000110 11100000 111110 10010

Color Harmonies of #12214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12214C

Black with #12214C

Text Example


Text Example

White with #12214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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