Html Css Color HEX #100B76 Midnight Blue

📋 copy color: '#100B76'

red 16 ◦ green 11 ◦ blue 118

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

Shades of Midnight Blue #100B76

Tints of Midnight Blue #100B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.59%

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

R = 11.03%
G = 7.59%
B = 81.38%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100B76 (or 0x100B76) is known color: Midnight Blue. HEX triplet: 10, 0B and 76. RGB value is (16,11,118). Sum of RGB (Red+Green+Blue) = 16+11+118=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 118 (46.48% from 255 or 81.38% from 145); Max value from RGB is 118 - color contains mainly: blue. Hex color #100B76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B76 is #EFF489. Grayscale: #181818. Windows color (decimal): -15725706 or 7736080. OLE color: 7736080.

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

Color convert

RGB 16 11 118 -
CMYK 0.86 0.91 0 0.54
HSL 242.8º 0.83% 0.25% -
HSV(B) 242.8º 0.91% 0.46% -
XYZ 3.6 1.66 17.27 -
YUV 24.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 16 11 118 0.86 0.91 0 0.54 242.8 0.83 0.25
Hex 10 B 76 56 5B 0 36 F3 53 19
Octal 20 13 166 126 133 0 66 363 123 31
Binary 10000 1011 1110110 1010110 1011011 0 110110 11110011 1010011 11001

Color Harmonies of #100B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B76

Black with #100B76

Text Example


Text Example

White with #100B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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