Html Css Color HEX #110752 Midnight Blue

📋 copy color: '#110752'

red 17 ◦ green 7 ◦ blue 82

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

Shades of Midnight Blue #110752

Tints of Midnight Blue #110752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.6%

 BLUE value IS 82 (32.42% from 255) = 77.36%

R = 16.04%
G = 6.6%
B = 77.36%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#110752 (or 0x110752) is known color: Midnight Blue. HEX triplet: 11, 07 and 52. RGB value is (17,7,82). Sum of RGB (Red+Green+Blue) = 17+7+82=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #110752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110752 is #EEF8AD. Grayscale: #121212. Windows color (decimal): -15661230 or 5375761. OLE color: 5375761.

HSL color Cylindrical-coordinate representation of color #110752: hue angle of 248º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110752 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 7 82 -
CMYK 0.79 0.91 0 0.68
HSL 248º 0.84% 0.17% -
HSV(B) 248º 0.91% 0.32% -
XYZ 1.83 0.88 8.06 -
YUV 18.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 17 7 82 0.79 0.91 0 0.68 248 0.84 0.17
Hex 11 7 52 4F 5B 0 44 F8 54 11
Octal 21 7 122 117 133 0 104 370 124 21
Binary 10001 111 1010010 1001111 1011011 0 1000100 11111000 1010100 10001

Color Harmonies of #110752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110752

Black with #110752

Text Example


Text Example

White with #110752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110752; }

 p { color: rgb(17,7,82); }

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

background-color css

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

 a { background-color: rgb(17,7,82); }

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

border-color css

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

 span { border-color: rgb(17,7,82); }

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