Html Css Color HEX #112A4A Midnight

📋 copy color: '#112A4A'

red 17 ◦ green 42 ◦ blue 74

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

Shades of Midnight #112A4A

Tints of Midnight #112A4A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.58%

 BLUE value IS 74 (29.3% from 255) = 55.64%

R = 12.78%
G = 31.58%
B = 55.64%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112A4A (or 0x112A4A) is known color: Midnight. HEX triplet: 11, 2A and 4A. RGB value is (17,42,74). Sum of RGB (Red+Green+Blue) = 17+42+74=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #112A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A4A is #EED5B5. Grayscale: #262626. Windows color (decimal): -15652278 or 4860433. OLE color: 4860433.

HSL color Cylindrical-coordinate representation of color #112A4A: hue angle of 213.68º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112A4A is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 42 74 -
CMYK 0.77 0.43 0 0.71
HSL 213.68º 0.63% 0.18% -
HSV(B) 213.68º 0.77% 0.29% -
XYZ 2.3 2.27 6.8 -
YUV 38.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 17 42 74 0.77 0.43 0 0.71 213.68 0.63 0.18
Hex 11 2A 4A 4D 2B 0 47 D6 3F 12
Octal 21 52 112 115 53 0 107 326 77 22
Binary 10001 101010 1001010 1001101 101011 0 1000111 11010110 111111 10010

Color Harmonies of #112A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A4A

Black with #112A4A

Text Example


Text Example

White with #112A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112A4A; }

 p { color: rgb(17,42,74); }

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

background-color css

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

 a { background-color: rgb(17,42,74); }

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

border-color css

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

 span { border-color: rgb(17,42,74); }

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