Html Css Color HEX #110068 Midnight Blue

📋 copy color: '#110068'

red 17 ◦ green 0 ◦ blue 104

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

Shades of Midnight Blue #110068

Tints of Midnight Blue #110068

RGB

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

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

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

R = 14.05%
G = 0%
B = 85.95%

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

#110068 (or 0x110068) is known color: Midnight Blue. HEX triplet: 11, 00 and 68. RGB value is (17,0,104). Sum of RGB (Red+Green+Blue) = 17+0+104=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #110068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110068 is #EEFF97. Grayscale: #101010. Windows color (decimal): -15663000 or 6815761. OLE color: 6815761.

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

Color convert

RGB 17 0 104 -
CMYK 0.84 1 0 0.59
HSL 249.81º 1% 0.2% -
HSV(B) 249.81º 1% 0.41% -
XYZ 2.73 1.12 13.17 -
YUV 16.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 17 0 104 0.84 1 0 0.59 249.81 1 0.2
Hex 11 0 68 54 64 0 3B FA 64 14
Octal 21 0 150 124 144 0 73 372 144 24
Binary 10001 0 1101000 1010100 1100100 0 111011 11111010 1100100 10100

Color Harmonies of #110068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110068

Black with #110068

Text Example


Text Example

White with #110068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110068; }

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

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

background-color css

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

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

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

border-color css

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

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

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