Html Css Color HEX #112275 Midnight Blue

📋 copy color: '#112275'

red 17 ◦ green 34 ◦ blue 117

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

Shades of Midnight Blue #112275

Tints of Midnight Blue #112275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.24%

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 10.12%
G = 20.24%
B = 69.64%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112275 (or 0x112275) is known color: Midnight Blue. HEX triplet: 11, 22 and 75. RGB value is (17,34,117). Sum of RGB (Red+Green+Blue) = 17+34+117=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #112275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112275 is #EEDD8A. Grayscale: #262626. Windows color (decimal): -15654283 or 7676433. OLE color: 7676433.

HSL color Cylindrical-coordinate representation of color #112275: hue angle of 229.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112275 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 34 117 -
CMYK 0.85 0.71 0 0.54
HSL 229.8º 0.75% 0.26% -
HSV(B) 229.8º 0.85% 0.46% -
XYZ 4.01 2.55 17.11 -
YUV 38.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 17 34 117 0.85 0.71 0 0.54 229.8 0.75 0.26
Hex 11 22 75 55 47 0 36 E6 4B 1A
Octal 21 42 165 125 107 0 66 346 113 32
Binary 10001 100010 1110101 1010101 1000111 0 110110 11100110 1001011 11010

Color Harmonies of #112275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112275

Black with #112275

Text Example


Text Example

White with #112275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112275; }

 p { color: rgb(17,34,117); }

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

background-color css

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

 a { background-color: rgb(17,34,117); }

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

border-color css

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

 span { border-color: rgb(17,34,117); }

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