Html Css Color HEX #110069 Midnight Blue

📋 copy color: '#110069'

red 17 ◦ green 0 ◦ blue 105

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

Shades of Midnight Blue #110069

Tints of Midnight Blue #110069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 86.07%

R = 13.93%
G = 0%
B = 86.07%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#110069 (or 0x110069) is known color: Midnight Blue. HEX triplet: 11, 00 and 69. RGB value is (17,0,105). Sum of RGB (Red+Green+Blue) = 17+0+105=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 105 (41.41% from 255 or 86.07% from 122); Max value from RGB is 105 - color contains mainly: blue. Hex color #110069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110069 is #EEFF96. Grayscale: #101010. Windows color (decimal): -15662999 or 6881297. OLE color: 6881297.

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

Color convert

RGB 17 0 105 -
CMYK 0.84 1 0 0.59
HSL 249.71º 1% 0.21% -
HSV(B) 249.71º 1% 0.41% -
XYZ 2.78 1.14 13.44 -
YUV 17.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 17 0 105 0.84 1 0 0.59 249.71 1 0.21
Hex 11 0 69 54 64 0 3B FA 64 15
Octal 21 0 151 124 144 0 73 372 144 25
Binary 10001 0 1101001 1010100 1100100 0 111011 11111010 1100100 10101

Color Harmonies of #110069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110069

Black with #110069

Text Example


Text Example

White with #110069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110069; }

 p { color: rgb(17,0,105); }

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

background-color css

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

 a { background-color: rgb(17,0,105); }

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

border-color css

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

 span { border-color: rgb(17,0,105); }

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