Html Css Color HEX #100877 Navy

📋 copy color: '#100877'

red 16 ◦ green 8 ◦ blue 119

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

Shades of Navy #100877

Tints of Navy #100877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 83.22%

R = 11.19%
G = 5.59%
B = 83.22%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#100877 (or 0x100877) is known color: Navy. HEX triplet: 10, 08 and 77. RGB value is (16,8,119). Sum of RGB (Red+Green+Blue) = 16+8+119=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #100877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100877 is #EFF788. Grayscale: #161616. Windows color (decimal): -15726473 or 7800848. OLE color: 7800848.

HSL color Cylindrical-coordinate representation of color #100877: hue angle of 244.32º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100877 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 8 119 -
CMYK 0.87 0.93 0 0.53
HSL 244.32º 0.87% 0.25% -
HSV(B) 244.32º 0.93% 0.47% -
XYZ 3.63 1.62 17.57 -
YUV 23.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 16 8 119 0.87 0.93 0 0.53 244.32 0.87 0.25
Hex 10 8 77 57 5D 0 35 F4 57 19
Octal 20 10 167 127 135 0 65 364 127 31
Binary 10000 1000 1110111 1010111 1011101 0 110101 11110100 1010111 11001

Color Harmonies of #100877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100877

Black with #100877

Text Example


Text Example

White with #100877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100877; }

 p { color: rgb(16,8,119); }

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

background-color css

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

 a { background-color: rgb(16,8,119); }

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

border-color css

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

 span { border-color: rgb(16,8,119); }

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