Html Css Color HEX #16214C Midnight Express

📋 copy color: '#16214C'

red 22 ◦ green 33 ◦ blue 76

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

Shades of Midnight Express #16214C

Tints of Midnight Express #16214C

RGB

 RED value IS 22 (8.98% from 255) = 16.79%

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

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

R = 16.79%
G = 25.19%
B = 58.02%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#16214C (or 0x16214C) is known color: Midnight Express. HEX triplet: 16, 21 and 4C. RGB value is (22,33,76). Sum of RGB (Red+Green+Blue) = 22+33+76=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #16214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16214C is #E9DEB3. Grayscale: #222222. Windows color (decimal): -15326900 or 4989206. OLE color: 4989206.

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

Color convert

RGB 22 33 76 -
CMYK 0.71 0.57 0 0.70
HSL 227.78º 0.55% 0.19% -
HSV(B) 227.78º 0.71% 0.3% -
XYZ 2.18 1.78 7.07 -
YUV 34.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 22 33 76 0.71 0.57 0 0.70 227.78 0.55 0.19
Hex 16 21 4C 47 39 0 46 E4 37 13
Octal 26 41 114 107 71 0 106 344 67 23
Binary 10110 100001 1001100 1000111 111001 0 1000110 11100100 110111 10011

Color Harmonies of #16214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16214C

Black with #16214C

Text Example


Text Example

White with #16214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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