Html Css Color HEX #110062 Midnight Blue

📋 copy color: '#110062'

red 17 ◦ green 0 ◦ blue 98

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

Shades of Midnight Blue #110062

Tints of Midnight Blue #110062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 85.22%

R = 14.78%
G = 0%
B = 85.22%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#110062 (or 0x110062) is known color: Midnight Blue. HEX triplet: 11, 00 and 62. RGB value is (17,0,98). Sum of RGB (Red+Green+Blue) = 17+0+98=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 98 (38.67% from 255 or 85.22% from 115); Max value from RGB is 98 - color contains mainly: blue. Hex color #110062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110062 is #EEFF9D. Grayscale: #0F0F0F. Windows color (decimal): -15663006 or 6422545. OLE color: 6422545.

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

Color convert

RGB 17 0 98 -
CMYK 0.83 1 0 0.62
HSL 250.41º 1% 0.19% -
HSV(B) 250.41º 1% 0.38% -
XYZ 2.44 1 11.62 -
YUV 16.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 17 0 98 0.83 1 0 0.62 250.41 1 0.19
Hex 11 0 62 53 64 0 3E FA 64 13
Octal 21 0 142 123 144 0 76 372 144 23
Binary 10001 0 1100010 1010011 1100100 0 111110 11111010 1100100 10011

Color Harmonies of #110062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110062

Black with #110062

Text Example


Text Example

White with #110062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110062; }

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

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

background-color css

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

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

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

border-color css

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

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

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