#000671

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

Shades of Navy #000671

Tints of Navy #000671

Color information

#000671 (or 0x000671) is unknown color: approx Navy. HEX triplet: 00, 06 and 71. RGB value is (0,6,113). Sum of RGB (Red+Green+Blue) = 0+6+113=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 113 (44.53% from 255 or 94.96% from 119); Max value from RGB is 113 - color contains mainly: blue. Hex color #000671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000671 is #FFF98E. Grayscale: #0F0F0F. Windows color (decimal): -16775567 or 7407104. OLE color: 7407104.

HSL color Cylindrical-coordinate representation of color #000671: hue angle of 236.81º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000671 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB06113-
CMYK10.9500.56
HSL236.81º100%22.16%-
HSV(B)236.81º100%44.31%-
XYZ3.051.3215.72-
YUV16.4182.51116.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 113 (44.53% from 255) = 94.96%
R=0%
G=5.04%
B=94.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0611310.9500.56236.8110022.16
Hex0671645F038ed6416
Octal0616114413707035514426
Binary0110111000111001001011111011100011101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000671; }

 p { color: rgb(0,6,113); }

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

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

 a { background-color: rgb(0,6,113); }

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

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

 span { border-color: rgb(0,6,113); }

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