Html Css Color HEX #112442 Midnight

📋 copy color: '#112442'

red 17 ◦ green 36 ◦ blue 66

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

Shades of Midnight #112442

Tints of Midnight #112442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

 BLUE value IS 66 (26.17% from 255) = 55.46%

R = 14.29%
G = 30.25%
B = 55.46%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#112442 (or 0x112442) is known color: Midnight. HEX triplet: 11, 24 and 42. RGB value is (17,36,66). Sum of RGB (Red+Green+Blue) = 17+36+66=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #112442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112442 is #EEDBBD. Grayscale: #212121. Windows color (decimal): -15653822 or 4334609. OLE color: 4334609.

HSL color Cylindrical-coordinate representation of color #112442: hue angle of 216.73º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #112442 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 36 66 -
CMYK 0.74 0.45 0 0.74
HSL 216.73º 0.59% 0.16% -
HSV(B) 216.73º 0.74% 0.26% -
XYZ 1.85 1.77 5.4 -
YUV 33.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 17 36 66 0.74 0.45 0 0.74 216.73 0.59 0.16
Hex 11 24 42 4A 2D 0 4A D9 3B 10
Octal 21 44 102 112 55 0 112 331 73 20
Binary 10001 100100 1000010 1001010 101101 0 1001010 11011001 111011 10000

Color Harmonies of #112442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112442

Black with #112442

Text Example


Text Example

White with #112442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112442; }

 p { color: rgb(17,36,66); }

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

background-color css

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

 a { background-color: rgb(17,36,66); }

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

border-color css

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

 span { border-color: rgb(17,36,66); }

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