Html Css Color HEX #111261 Midnight Blue

📋 copy color: '#111261'

red 17 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #111261

Tints of Midnight Blue #111261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

 BLUE value IS 97 (38.28% from 255) = 73.48%

R = 12.88%
G = 13.64%
B = 73.48%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#111261 (or 0x111261) is known color: Midnight Blue. HEX triplet: 11, 12 and 61. RGB value is (17,18,97). Sum of RGB (Red+Green+Blue) = 17+18+97=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #111261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111261 is #EEED9E. Grayscale: #1A1A1A. Windows color (decimal): -15658399 or 6361617. OLE color: 6361617.

HSL color Cylindrical-coordinate representation of color #111261: hue angle of 239.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111261 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 18 97 -
CMYK 0.82 0.81 0 0.62
HSL 239.25º 0.7% 0.22% -
HSV(B) 239.25º 0.82% 0.38% -
XYZ 2.61 1.41 11.45 -
YUV 26.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 17 18 97 0.82 0.81 0 0.62 239.25 0.7 0.22
Hex 11 12 61 52 51 0 3E EF 46 16
Octal 21 22 141 122 121 0 76 357 106 26
Binary 10001 10010 1100001 1010010 1010001 0 111110 11101111 1000110 10110

Color Harmonies of #111261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111261

Black with #111261

Text Example


Text Example

White with #111261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111261; }

 p { color: rgb(17,18,97); }

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

background-color css

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

 a { background-color: rgb(17,18,97); }

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

border-color css

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

 span { border-color: rgb(17,18,97); }

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