Html Css Color HEX #111268 Midnight Blue

📋 copy color: '#111268'

red 17 ◦ green 18 ◦ blue 104

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

Shades of Midnight Blue #111268

Tints of Midnight Blue #111268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 12.23%
G = 12.95%
B = 74.82%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#111268 (or 0x111268) is known color: Midnight Blue. HEX triplet: 11, 12 and 68. RGB value is (17,18,104). Sum of RGB (Red+Green+Blue) = 17+18+104=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #111268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111268 is #EEED97. Grayscale: #1B1B1B. Windows color (decimal): -15658392 or 6820369. OLE color: 6820369.

HSL color Cylindrical-coordinate representation of color #111268: hue angle of 239.31º 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 #111268 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 18 104 -
CMYK 0.84 0.83 0 0.59
HSL 239.31º 0.72% 0.24% -
HSV(B) 239.31º 0.84% 0.41% -
XYZ 2.95 1.55 13.24 -
YUV 27.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 17 18 104 0.84 0.83 0 0.59 239.31 0.72 0.24
Hex 11 12 68 54 53 0 3B EF 48 18
Octal 21 22 150 124 123 0 73 357 110 30
Binary 10001 10010 1101000 1010100 1010011 0 111011 11101111 1001000 11000

Color Harmonies of #111268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111268

Black with #111268

Text Example


Text Example

White with #111268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111268; }

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

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

background-color css

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

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

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

border-color css

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

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

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