Html Css Color HEX #110852 Midnight Blue

📋 copy color: '#110852'

red 17 ◦ green 8 ◦ blue 82

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

Shades of Midnight Blue #110852

Tints of Midnight Blue #110852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 15.89%
G = 7.48%
B = 76.64%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#110852 (or 0x110852) is known color: Midnight Blue. HEX triplet: 11, 08 and 52. RGB value is (17,8,82). Sum of RGB (Red+Green+Blue) = 17+8+82=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #110852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110852 is #EEF7AD. Grayscale: #121212. Windows color (decimal): -15660974 or 5376017. OLE color: 5376017.

HSL color Cylindrical-coordinate representation of color #110852: hue angle of 247.3º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110852 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 8 82 -
CMYK 0.79 0.90 0 0.68
HSL 247.3º 0.82% 0.18% -
HSV(B) 247.3º 0.9% 0.32% -
XYZ 1.84 0.9 8.06 -
YUV 19.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 17 8 82 0.79 0.90 0 0.68 247.3 0.82 0.18
Hex 11 8 52 4F 5A 0 44 F7 52 12
Octal 21 10 122 117 132 0 104 367 122 22
Binary 10001 1000 1010010 1001111 1011010 0 1000100 11110111 1010010 10010

Color Harmonies of #110852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110852

Black with #110852

Text Example


Text Example

White with #110852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110852; }

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

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

background-color css

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

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

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

border-color css

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

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

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