Html Css Color HEX #111A61 Midnight Blue

📋 copy color: '#111A61'

red 17 ◦ green 26 ◦ blue 97

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

Shades of Midnight Blue #111A61

Tints of Midnight Blue #111A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.57%

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

R = 12.14%
G = 18.57%
B = 69.29%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#111A61 (or 0x111A61) is known color: Midnight Blue. HEX triplet: 11, 1A and 61. RGB value is (17,26,97). Sum of RGB (Red+Green+Blue) = 17+26+97=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #111A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A61 is #EEE59E. Grayscale: #1F1F1F. Windows color (decimal): -15656351 or 6363665. OLE color: 6363665.

HSL color Cylindrical-coordinate representation of color #111A61: hue angle of 233.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 #111A61 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 26 97 -
CMYK 0.82 0.73 0 0.62
HSL 233.25º 0.7% 0.22% -
HSV(B) 233.25º 0.82% 0.38% -
XYZ 2.76 1.72 11.5 -
YUV 31.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 17 26 97 0.82 0.73 0 0.62 233.25 0.7 0.22
Hex 11 1A 61 52 49 0 3E E9 46 16
Octal 21 32 141 122 111 0 76 351 106 26
Binary 10001 11010 1100001 1010010 1001001 0 111110 11101001 1000110 10110

Color Harmonies of #111A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A61

Black with #111A61

Text Example


Text Example

White with #111A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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