Html Css Color HEX #110061 Midnight Blue

📋 copy color: '#110061'

red 17 ◦ green 0 ◦ blue 97

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

Shades of Midnight Blue #110061

Tints of Midnight Blue #110061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 85.09%

R = 14.91%
G = 0%
B = 85.09%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#110061 (or 0x110061) is known color: Midnight Blue. HEX triplet: 11, 00 and 61. RGB value is (17,0,97). Sum of RGB (Red+Green+Blue) = 17+0+97=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 97 (38.28% from 255 or 85.09% from 114); Max value from RGB is 97 - color contains mainly: blue. Hex color #110061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110061 is #EEFF9E. Grayscale: #0F0F0F. Windows color (decimal): -15663007 or 6357009. OLE color: 6357009.

HSL color Cylindrical-coordinate representation of color #110061: hue angle of 250.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110061 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 0 97 -
CMYK 0.82 1 0 0.62
HSL 250.52º 1% 0.19% -
HSV(B) 250.52º 1% 0.38% -
XYZ 2.39 0.98 11.37 -
YUV 16.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 17 0 97 0.82 1 0 0.62 250.52 1 0.19
Hex 11 0 61 52 64 0 3E FB 64 13
Octal 21 0 141 122 144 0 76 373 144 23
Binary 10001 0 1100001 1010010 1100100 0 111110 11111011 1100100 10011

Color Harmonies of #110061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110061

Black with #110061

Text Example


Text Example

White with #110061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110061; }

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

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

background-color css

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

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

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

border-color css

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

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

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