#100677

Color #100677 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #100677

Tints of Navy #100677

Color information

#100677 (or 0x100677) is unknown color: approx Navy. HEX triplet: 10, 06 and 77. RGB value is (16,6,119). Sum of RGB (Red+Green+Blue) = 16+6+119=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #100677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100677 is #EFF988. Grayscale: #151515. Windows color (decimal): -15726985 or 7800336. OLE color: 7800336.

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

Color convert

RGB166119-
CMYK0.870.9500.53
HSL245.31º90.4%24.51%-
HSV(B)245.31º94.96%46.67%-
XYZ3.611.5717.57-
YUV21.87182.81123.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 119 (46.88% from 255) = 84.40%
R=11.35%
G=4.26%
B=84.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1661190.870.9500.53245.3190.424.51
Hex10677575F035f55a19
Octal20616712713706536513231
Binary10000110111011110101111011111011010111110101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100677; }

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

 H1.HeaderClassName
 {
   color: #100677;
 }
 .AnyTagClassName
 {
   color: #100677;
 }
</style>
background-color css

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

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

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

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

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

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