Html Css Color HEX #110C65 Midnight Blue

📋 copy color: '#110C65'

red 17 ◦ green 12 ◦ blue 101

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

Shades of Midnight Blue #110C65

Tints of Midnight Blue #110C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 77.69%

R = 13.08%
G = 9.23%
B = 77.69%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#110C65 (or 0x110C65) is known color: Midnight Blue. HEX triplet: 11, 0C and 65. RGB value is (17,12,101). Sum of RGB (Red+Green+Blue) = 17+12+101=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 101 (39.84% from 255 or 77.69% from 130); Max value from RGB is 101 - color contains mainly: blue. Hex color #110C65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C65 is #EEF39A. Grayscale: #171717. Windows color (decimal): -15659931 or 6622225. OLE color: 6622225.

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

Color convert

RGB 17 12 101 -
CMYK 0.83 0.88 0 0.60
HSL 243.37º 0.79% 0.22% -
HSV(B) 243.37º 0.88% 0.4% -
XYZ 2.71 1.32 12.42 -
YUV 23.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 17 12 101 0.83 0.88 0 0.60 243.37 0.79 0.22
Hex 11 C 65 53 58 0 3C F3 4F 16
Octal 21 14 145 123 130 0 74 363 117 26
Binary 10001 1100 1100101 1010011 1011000 0 111100 11110011 1001111 10110

Color Harmonies of #110C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C65

Black with #110C65

Text Example


Text Example

White with #110C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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