Html Css Color HEX #16223D Midnight Express

📋 copy color: '#16223D'

red 22 ◦ green 34 ◦ blue 61

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

Shades of Midnight Express #16223D

Tints of Midnight Express #16223D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 52.14%

R = 18.8%
G = 29.06%
B = 52.14%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#16223D (or 0x16223D) is known color: Midnight Express. HEX triplet: 16, 22 and 3D. RGB value is (22,34,61). Sum of RGB (Red+Green+Blue) = 22+34+61=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #16223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16223D is #E9DDC2. Grayscale: #212121. Windows color (decimal): -15326659 or 4006422. OLE color: 4006422.

HSL color Cylindrical-coordinate representation of color #16223D: hue angle of 221.54º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16223D is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 22 34 61 -
CMYK 0.64 0.44 0 0.76
HSL 221.54º 0.47% 0.16% -
HSV(B) 221.54º 0.64% 0.24% -
XYZ 1.75 1.65 4.64 -
YUV 33.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 22 34 61 0.64 0.44 0 0.76 221.54 0.47 0.16
Hex 16 22 3D 40 2C 0 4C DE 2F 10
Octal 26 42 75 100 54 0 114 336 57 20
Binary 10110 100010 111101 1000000 101100 0 1001100 11011110 101111 10000

Color Harmonies of #16223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16223D

Black with #16223D

Text Example


Text Example

White with #16223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,34,61); }

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

background-color css

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

 a { background-color: rgb(22,34,61); }

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

border-color css

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

 span { border-color: rgb(22,34,61); }

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