#000677

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

Shades of Navy #000677

Tints of Navy #000677

Color information

#000677 (or 0x000677) is unknown color: approx Navy. HEX triplet: 00, 06 and 77. RGB value is (0,6,119). Sum of RGB (Red+Green+Blue) = 0+6+119=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 119 (46.88% from 255 or 95.2% from 125); Max value from RGB is 119 - color contains mainly: blue. Hex color #000677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000677 is #FFF988. Grayscale: #101010. Windows color (decimal): -16775561 or 7800320. OLE color: 7800320.

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

Color convert

RGB06119-
CMYK10.9500.53
HSL236.97º100%23.33%-
HSV(B)236.97º100%46.67%-
XYZ3.391.4617.56-
YUV17.09185.51115.81-

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) = 4.8%
BLUE value IS 119 (46.88% from 255) = 95.2%
R=0%
G=4.8%
B=95.2%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0611910.9500.53236.9710023.33
Hex0677645F035ed6417
Octal0616714413706535514427
Binary0110111011111001001011111011010111101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000677; }

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

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

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

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

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

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

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

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