Html Css Color HEX #11223D Midnight Express

📋 copy color: '#11223D'

red 17 ◦ green 34 ◦ blue 61

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

Shades of Midnight Express #11223D

Tints of Midnight Express #11223D

RGB

 RED value IS 17 (7.03% from 255) = 15.18%

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

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

R = 15.18%
G = 30.36%
B = 54.46%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11223D (or 0x11223D) is known color: Midnight Express. HEX triplet: 11, 22 and 3D. RGB value is (17,34,61). Sum of RGB (Red+Green+Blue) = 17+34+61=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #11223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11223D is #EEDDC2. Grayscale: #1F1F1F. Windows color (decimal): -15654339 or 4006417. OLE color: 4006417.

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

Color convert

RGB 17 34 61 -
CMYK 0.72 0.44 0 0.76
HSL 216.82º 0.56% 0.15% -
HSV(B) 216.82º 0.72% 0.24% -
XYZ 1.65 1.6 4.64 -
YUV 32 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 17 34 61 0.72 0.44 0 0.76 216.82 0.56 0.15
Hex 11 22 3D 48 2C 0 4C D9 38 F
Octal 21 42 75 110 54 0 114 331 70 17
Binary 10001 100010 111101 1001000 101100 0 1001100 11011001 111000 1111

Color Harmonies of #11223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11223D

Black with #11223D

Text Example


Text Example

White with #11223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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