Html Css Color HEX #111468 Midnight Blue

📋 copy color: '#111468'

red 17 ◦ green 20 ◦ blue 104

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

Shades of Midnight Blue #111468

Tints of Midnight Blue #111468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 104 (41.02% from 255) = 73.76%

R = 12.06%
G = 14.18%
B = 73.76%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#111468 (or 0x111468) is known color: Midnight Blue. HEX triplet: 11, 14 and 68. RGB value is (17,20,104). Sum of RGB (Red+Green+Blue) = 17+20+104=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #111468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111468 is #EEEB97. Grayscale: #1C1C1C. Windows color (decimal): -15657880 or 6820881. OLE color: 6820881.

HSL color Cylindrical-coordinate representation of color #111468: hue angle of 237.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #111468 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 20 104 -
CMYK 0.84 0.81 0 0.59
HSL 237.93º 0.72% 0.24% -
HSV(B) 237.93º 0.84% 0.41% -
XYZ 2.98 1.62 13.25 -
YUV 28.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 17 20 104 0.84 0.81 0 0.59 237.93 0.72 0.24
Hex 11 14 68 54 51 0 3B EE 48 18
Octal 21 24 150 124 121 0 73 356 110 30
Binary 10001 10100 1101000 1010100 1010001 0 111011 11101110 1001000 11000

Color Harmonies of #111468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111468

Black with #111468

Text Example


Text Example

White with #111468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111468; }

 p { color: rgb(17,20,104); }

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

background-color css

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

 a { background-color: rgb(17,20,104); }

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

border-color css

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

 span { border-color: rgb(17,20,104); }

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