Html Css Color HEX #111A7F Midnight Blue

📋 copy color: '#111A7F'

red 17 ◦ green 26 ◦ blue 127

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

Shades of Midnight Blue #111A7F

Tints of Midnight Blue #111A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 74.71%

R = 10%
G = 15.29%
B = 74.71%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#111A7F (or 0x111A7F) is known color: Midnight Blue. HEX triplet: 11, 1A and 7F. RGB value is (17,26,127). Sum of RGB (Red+Green+Blue) = 17+26+127=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #111A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A7F is #EEE580. Grayscale: #222222. Windows color (decimal): -15656321 or 8329745. OLE color: 8329745.

HSL color Cylindrical-coordinate representation of color #111A7F: hue angle of 235.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111A7F is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 26 127 -
CMYK 0.87 0.80 0 0.50
HSL 235.09º 0.76% 0.28% -
HSV(B) 235.09º 0.87% 0.5% -
XYZ 4.43 2.39 20.31 -
YUV 34.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 17 26 127 0.87 0.80 0 0.50 235.09 0.76 0.28
Hex 11 1A 7F 57 50 0 32 EB 4C 1C
Octal 21 32 177 127 120 0 62 353 114 34
Binary 10001 11010 1111111 1010111 1010000 0 110010 11101011 1001100 11100

Color Harmonies of #111A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A7F

Black with #111A7F

Text Example


Text Example

White with #111A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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