Html Css Color HEX #100976 Midnight Blue

📋 copy color: '#100976'

red 16 ◦ green 9 ◦ blue 118

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

Shades of Midnight Blue #100976

Tints of Midnight Blue #100976

RGB

 RED value IS 16 (6.64% from 255) = 11.19%

 GREEN value IS 9 (3.91% from 255) = 6.29%

 BLUE value IS 118 (46.48% from 255) = 82.52%

R = 11.19%
G = 6.29%
B = 82.52%

CMYK

 C value IS 0.86

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100976 (or 0x100976) is known color: Midnight Blue. HEX triplet: 10, 09 and 76. RGB value is (16,9,118). Sum of RGB (Red+Green+Blue) = 16+9+118=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #100976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100976 is #EFF689. Grayscale: #171717. Windows color (decimal): -15726218 or 7735568. OLE color: 7735568.

HSL color Cylindrical-coordinate representation of color #100976: hue angle of 243.85º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100976 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 9 118 -
CMYK 0.86 0.92 0 0.54
HSL 243.85º 0.86% 0.25% -
HSV(B) 243.85º 0.92% 0.46% -
XYZ 3.58 1.61 17.26 -
YUV 23.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 16 9 118 0.86 0.92 0 0.54 243.85 0.86 0.25
Hex 10 9 76 56 5C 0 36 F4 56 19
Octal 20 11 166 126 134 0 66 364 126 31
Binary 10000 1001 1110110 1010110 1011100 0 110110 11110100 1010110 11001

Color Harmonies of #100976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100976

Black with #100976

Text Example


Text Example

White with #100976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100976; }

 p { color: rgb(16,9,118); }

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

background-color css

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

 a { background-color: rgb(16,9,118); }

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

border-color css

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

 span { border-color: rgb(16,9,118); }

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