Html Css Color HEX #100076 Navy

📋 copy color: '#100076'

red 16 ◦ green 0 ◦ blue 118

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

Shades of Navy #100076

Tints of Navy #100076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.94%
G = 0%
B = 88.06%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100076 (or 0x100076) is known color: Navy. HEX triplet: 10, 00 and 76. RGB value is (16,0,118). Sum of RGB (Red+Green+Blue) = 16+0+118=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #100076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100076 is #EFFF89. Grayscale: #111111. Windows color (decimal): -15728522 or 7733264. OLE color: 7733264.

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

Color convert

RGB 16 0 118 -
CMYK 0.86 1 0 0.54
HSL 248.14º 1% 0.23% -
HSV(B) 248.14º 1% 0.46% -
XYZ 3.48 1.42 17.23 -
YUV 18.24 184.3 126.41 -
System Red Green Blue C M Y K H S L
Decimal 16 0 118 0.86 1 0 0.54 248.14 1 0.23
Hex 10 0 76 56 64 0 36 F8 64 17
Octal 20 0 166 126 144 0 66 370 144 27
Binary 10000 0 1110110 1010110 1100100 0 110110 11111000 1100100 10111

Color Harmonies of #100076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100076

Black with #100076

Text Example


Text Example

White with #100076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100076; }

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

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

background-color css

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

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

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

border-color css

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

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

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