Html Css Color HEX #111058 Midnight Blue

📋 copy color: '#111058'

red 17 ◦ green 16 ◦ blue 88

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

Shades of Midnight Blue #111058

Tints of Midnight Blue #111058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

 BLUE value IS 88 (34.77% from 255) = 72.73%

R = 14.05%
G = 13.22%
B = 72.73%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#111058 (or 0x111058) is known color: Midnight Blue. HEX triplet: 11, 10 and 58. RGB value is (17,16,88). Sum of RGB (Red+Green+Blue) = 17+16+88=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #111058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111058 is #EEEFA7. Grayscale: #181818. Windows color (decimal): -15658920 or 5771281. OLE color: 5771281.

HSL color Cylindrical-coordinate representation of color #111058: hue angle of 240.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111058 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 16 88 -
CMYK 0.81 0.82 0 0.65
HSL 240.83º 0.69% 0.2% -
HSV(B) 240.83º 0.82% 0.35% -
XYZ 2.18 1.19 9.35 -
YUV 24.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 17 16 88 0.81 0.82 0 0.65 240.83 0.69 0.2
Hex 11 10 58 51 52 0 41 F1 45 14
Octal 21 20 130 121 122 0 101 361 105 24
Binary 10001 10000 1011000 1010001 1010010 0 1000001 11110001 1000101 10100

Color Harmonies of #111058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111058

Black with #111058

Text Example


Text Example

White with #111058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111058; }

 p { color: rgb(17,16,88); }

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

background-color css

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

 a { background-color: rgb(17,16,88); }

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

border-color css

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

 span { border-color: rgb(17,16,88); }

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