Html Css Color HEX #111A60 Midnight Blue

📋 copy color: '#111A60'

red 17 ◦ green 26 ◦ blue 96

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

Shades of Midnight Blue #111A60

Tints of Midnight Blue #111A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 69.06%

R = 12.23%
G = 18.71%
B = 69.06%

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

#111A60 (or 0x111A60) is known color: Midnight Blue. HEX triplet: 11, 1A and 60. RGB value is (17,26,96). Sum of RGB (Red+Green+Blue) = 17+26+96=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #111A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A60 is #EEE59F. Grayscale: #1F1F1F. Windows color (decimal): -15656352 or 6298129. OLE color: 6298129.

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

Color convert

RGB 17 26 96 -
CMYK 0.82 0.73 0 0.62
HSL 233.16º 0.7% 0.22% -
HSV(B) 233.16º 0.82% 0.38% -
XYZ 2.71 1.7 11.25 -
YUV 31.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 17 26 96 0.82 0.73 0 0.62 233.16 0.7 0.22
Hex 11 1A 60 52 49 0 3E E9 46 16
Octal 21 32 140 122 111 0 76 351 106 26
Binary 10001 11010 1100000 1010010 1001001 0 111110 11101001 1000110 10110

Color Harmonies of #111A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A60

Black with #111A60

Text Example


Text Example

White with #111A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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