Html Css Color HEX #110C62 Midnight Blue

📋 copy color: '#110C62'

red 17 ◦ green 12 ◦ blue 98

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

Shades of Midnight Blue #110C62

Tints of Midnight Blue #110C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.45%

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

R = 13.39%
G = 9.45%
B = 77.17%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#110C62 (or 0x110C62) is known color: Midnight Blue. HEX triplet: 11, 0C and 62. RGB value is (17,12,98). Sum of RGB (Red+Green+Blue) = 17+12+98=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #110C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C62 is #EEF39D. Grayscale: #161616. Windows color (decimal): -15659934 or 6425617. OLE color: 6425617.

HSL color Cylindrical-coordinate representation of color #110C62: hue angle of 243.49º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110C62 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 12 98 -
CMYK 0.83 0.88 0 0.62
HSL 243.49º 0.78% 0.22% -
HSV(B) 243.49º 0.88% 0.38% -
XYZ 2.57 1.26 11.66 -
YUV 23.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 17 12 98 0.83 0.88 0 0.62 243.49 0.78 0.22
Hex 11 C 62 53 58 0 3E F3 4E 16
Octal 21 14 142 123 130 0 76 363 116 26
Binary 10001 1100 1100010 1010011 1011000 0 111110 11110011 1001110 10110

Color Harmonies of #110C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C62

Black with #110C62

Text Example


Text Example

White with #110C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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