Html Css Color HEX #112748 Midnight

📋 copy color: '#112748'

red 17 ◦ green 39 ◦ blue 72

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

Shades of Midnight #112748

Tints of Midnight #112748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

 BLUE value IS 72 (28.52% from 255) = 56.25%

R = 13.28%
G = 30.47%
B = 56.25%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112748 (or 0x112748) is known color: Midnight. HEX triplet: 11, 27 and 48. RGB value is (17,39,72). Sum of RGB (Red+Green+Blue) = 17+39+72=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #112748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112748 is #EED8B7. Grayscale: #242424. Windows color (decimal): -15653048 or 4728593. OLE color: 4728593.

HSL color Cylindrical-coordinate representation of color #112748: hue angle of 216º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112748 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 39 72 -
CMYK 0.76 0.46 0 0.72
HSL 216º 0.62% 0.17% -
HSV(B) 216º 0.76% 0.28% -
XYZ 2.13 2.04 6.41 -
YUV 36.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 17 39 72 0.76 0.46 0 0.72 216 0.62 0.17
Hex 11 27 48 4C 2E 0 48 D8 3E 11
Octal 21 47 110 114 56 0 110 330 76 21
Binary 10001 100111 1001000 1001100 101110 0 1001000 11011000 111110 10001

Color Harmonies of #112748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112748

Black with #112748

Text Example


Text Example

White with #112748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112748; }

 p { color: rgb(17,39,72); }

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

background-color css

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

 a { background-color: rgb(17,39,72); }

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

border-color css

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

 span { border-color: rgb(17,39,72); }

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