Html Css Color HEX #112A4C Midnight

📋 copy color: '#112A4C'

red 17 ◦ green 42 ◦ blue 76

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

Shades of Midnight #112A4C

Tints of Midnight #112A4C

RGB

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

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

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

R = 12.59%
G = 31.11%
B = 56.3%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#112A4C (or 0x112A4C) is known color: Midnight. HEX triplet: 11, 2A and 4C. RGB value is (17,42,76). Sum of RGB (Red+Green+Blue) = 17+42+76=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #112A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A4C is #EED5B3. Grayscale: #262626. Windows color (decimal): -15652276 or 4991505. OLE color: 4991505.

HSL color Cylindrical-coordinate representation of color #112A4C: hue angle of 214.58º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #112A4C is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 42 76 -
CMYK 0.78 0.45 0 0.70
HSL 214.58º 0.63% 0.18% -
HSV(B) 214.58º 0.78% 0.3% -
XYZ 2.36 2.3 7.16 -
YUV 38.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 17 42 76 0.78 0.45 0 0.70 214.58 0.63 0.18
Hex 11 2A 4C 4E 2D 0 46 D7 3F 12
Octal 21 52 114 116 55 0 106 327 77 22
Binary 10001 101010 1001100 1001110 101101 0 1000110 11010111 111111 10010

Color Harmonies of #112A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A4C

Black with #112A4C

Text Example


Text Example

White with #112A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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