Html Css Color HEX #112948 Midnight

📋 copy color: '#112948'

red 17 ◦ green 41 ◦ blue 72

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

Shades of Midnight #112948

Tints of Midnight #112948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.54%

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

R = 13.08%
G = 31.54%
B = 55.38%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112948 (or 0x112948) is known color: Midnight. HEX triplet: 11, 29 and 48. RGB value is (17,41,72). Sum of RGB (Red+Green+Blue) = 17+41+72=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #112948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112948 is #EED6B7. Grayscale: #252525. Windows color (decimal): -15652536 or 4729105. OLE color: 4729105.

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

Color convert

RGB 17 41 72 -
CMYK 0.76 0.43 0 0.72
HSL 213.82º 0.62% 0.17% -
HSV(B) 213.82º 0.76% 0.28% -
XYZ 2.19 2.17 6.43 -
YUV 37.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 17 41 72 0.76 0.43 0 0.72 213.82 0.62 0.17
Hex 11 29 48 4C 2B 0 48 D6 3E 11
Octal 21 51 110 114 53 0 110 326 76 21
Binary 10001 101001 1001000 1001100 101011 0 1001000 11010110 111110 10001

Color Harmonies of #112948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112948

Black with #112948

Text Example


Text Example

White with #112948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112948; }

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

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

background-color css

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

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

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

border-color css

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

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

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