Html Css Color HEX #112648 Midnight

📋 copy color: '#112648'

red 17 ◦ green 38 ◦ blue 72

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

Shades of Midnight #112648

Tints of Midnight #112648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

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

R = 13.39%
G = 29.92%
B = 56.69%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112648 (or 0x112648) is known color: Midnight. HEX triplet: 11, 26 and 48. RGB value is (17,38,72). Sum of RGB (Red+Green+Blue) = 17+38+72=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #112648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112648 is #EED9B7. Grayscale: #232323. Windows color (decimal): -15653304 or 4728337. OLE color: 4728337.

HSL color Cylindrical-coordinate representation of color #112648: hue angle of 217.09º 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 #112648 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 38 72 -
CMYK 0.76 0.47 0 0.72
HSL 217.09º 0.62% 0.17% -
HSV(B) 217.09º 0.76% 0.28% -
XYZ 2.09 1.97 6.4 -
YUV 35.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 17 38 72 0.76 0.47 0 0.72 217.09 0.62 0.17
Hex 11 26 48 4C 2F 0 48 D9 3E 11
Octal 21 46 110 114 57 0 110 331 76 21
Binary 10001 100110 1001000 1001100 101111 0 1001000 11011001 111110 10001

Color Harmonies of #112648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112648

Black with #112648

Text Example


Text Example

White with #112648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112648; }

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

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

background-color css

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

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

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

border-color css

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

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

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